mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-20 00:59:48 +01:00
275 B
275 B
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