]> git.lizzy.rs Git - dragonfireclient.git/commit
Add benchmarks for json string serialize/deserialize (#12258)
authorparadust7 <102263465+paradust7@users.noreply.github.com>
Fri, 6 May 2022 20:17:16 +0000 (13:17 -0700)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 20:17:16 +0000 (21:17 +0100)
commit87472150bcb83e9cbad2f567ac536de0456ceb70
tree027a80a417245989764c45d6923e9c81c7785805
parent45d318a77300b014b13366ee9fa4cfc69e08f360
Add benchmarks for json string serialize/deserialize (#12258)

Co-authored-by: sfan5 <sfan5@live.de>
14 files changed:
CMakeLists.txt
README.md
lib/catch2/CMakeLists.txt [new file with mode: 0644]
lib/catch2/catch.hpp [new file with mode: 0644]
src/CMakeLists.txt
src/benchmark/CMakeLists.txt [new file with mode: 0644]
src/benchmark/benchmark.cpp [new file with mode: 0644]
src/benchmark/benchmark.h [new file with mode: 0644]
src/benchmark/benchmark_serialize.cpp [new file with mode: 0644]
src/benchmark/benchmark_setup.h [new file with mode: 0644]
src/cmake_config.h.in
src/main.cpp
util/ci/build.sh
util/ci/common.sh