FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cppchedy/jsonlibsbench: benchmark for json libraries · GitHub

Repository files navigation

Benchmarking test suite for json libraries

a benchmarking test suite for simdjson, sajson, rapidjson, gason and nlohmann json.

build

git clone --recursive https://github.com/cppchedy/jsonlibsbench.git
cd jsonlibsbench
mkdir build
cmake -DBENCHMARK_ENABLE_TESTING=OFF -H. -Bbuild
cmake --build build

run benchmarks

Still working on automating the run. Some binaries require you to be in data directory.

To Run the all_in_one latency benchmark:

#assuming you are in root dir.
cd data
../build/benchmarks/all_in_one

single step

you can just run tools/benchmark-runner.sh. This script builds and runs the benchmarks.

About

benchmark for json libraries

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL