HyriseSQLParser/benchmark
Christian Clauss 0e0f79feb9
std::experimental::filesystem --> std::filesystem
2020-04-01 00:15:37 +02:00
..
README.md Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
benchmark.cpp Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
benchmark_utils.cpp Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
benchmark_utils.h Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
parser_benchmark.cpp Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
queries.cpp std::experimental::filesystem --> std::filesystem 2020-04-01 00:15:37 +02:00
queries.h Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00

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