poco/Data/SQLParser/benchmark
2024-02-14 00:23:38 +01:00
..
benchmark_utils.cpp fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation 2024-02-14 00:23:38 +01:00
benchmark_utils.h fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation 2024-02-14 00:23:38 +01:00
benchmark.cpp fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation 2024-02-14 00:23:38 +01:00
parser_benchmark.cpp fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation 2024-02-14 00:23:38 +01:00
queries.cpp fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation 2024-02-14 00:23:38 +01:00
queries.h fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation 2024-02-14 00:23:38 +01:00
README.md fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation 2024-02-14 00:23:38 +01:00

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