acking-you / bench_json4cpp

简单测试C++的json解析库性能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bench_json4cpp

在确保有cmake和make工具的情况下,在项目根目录运行下列命令即可开始测试。

cmake -B build&&cd build&&make unittest&&cd bin&&./unittest

这是我本机的测试结果: benchmar

About

简单测试C++的json解析库性能


Languages

Language:C++ 72.4%Language:CMake 27.6%