69d96061b2
Added tokenize benchmark. Restructured Makefile |
||
---|---|---|
.. | ||
README.md | ||
benchmark.cpp | ||
benchmark_utils.cpp | ||
benchmark_utils.h | ||
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