mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-03 12:58:03 +01:00
15 lines
275 B
Markdown
15 lines
275 B
Markdown
# Benchmark
|
|
|
|
This directory contains the scripts to execute benchmarks of the parser. We use [Google Benchmark](https://github.com/google/benchmark) to define and run benchmarks.
|
|
|
|
## Install Google Benchmark
|
|
|
|
```bash
|
|
cmake -DCMAKE_BUILD_TYPE=Release
|
|
|
|
make
|
|
|
|
make install
|
|
```
|
|
|