HyriseSQLParser/benchmark
Pedro Flemming 69d96061b2 Add tokenize method to SQLParser to output the list of tokens (#54)
Added tokenize benchmark. Restructured Makefile
2017-07-21 02:47:45 +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 Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +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