mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
.. | ||
benchmark_utils.cpp | ||
benchmark_utils.h | ||
benchmark.cpp | ||
parser_benchmark.cpp | ||
queries.cpp | ||
queries.h | ||
README.md |
Benchmark
This directory contains the scripts to execute benchmarks of the parser. We use Google Benchmark to define and run benchmarks.
Install Google Benchmark
cmake -DCMAKE_BUILD_TYPE=Release
make
make install