mirror of
https://github.com/boostorg/json.git
synced 2025-05-11 21:53:58 +00:00
parent
99ceedaa34
commit
f974bf02ed
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,6 +0,0 @@
|
||||
[submodule "bench/lib/nlohmann"]
|
||||
path = bench/lib/nlohmann
|
||||
url = https://github.com/nlohmann/json.git
|
||||
[submodule "bench/lib/rapidjson"]
|
||||
path = bench/lib/rapidjson
|
||||
url = https://github.com/Tencent/rapidjson.git
|
1
bench/.gitignore
vendored
Normal file
1
bench/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
lib/
|
6
bench/README.md
Normal file
6
bench/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Boost.JSON Benchmarks
|
||||
|
||||
To run the benchmarks first run clone.sh to
|
||||
fetch the third party repositories. Then run
|
||||
the bench program with no arguments for a
|
||||
list of command line options.
|
4
bench/clone.sh
Executable file
4
bench/clone.sh
Executable file
@ -0,0 +1,4 @@
|
||||
mkdir -p lib
|
||||
cd lib
|
||||
git clone --depth 1 https://github.com/Tencent/rapidjson.git rapidjson
|
||||
git clone --depth 1 https://github.com/nlohmann/json.git nlohmann
|
@ -1 +0,0 @@
|
||||
Subproject commit 99d7518d21cbbfe91d341a5431438bf7559c6974
|
@ -1 +0,0 @@
|
||||
Subproject commit 814bb27bf0f1e3e924fc5c8e374dedf85c9cc70a
|
Loading…
x
Reference in New Issue
Block a user