Back to Deeplake

Benchmark

cpp/3rd_party/sql-parser/benchmark/README.md

4.5.2273 B
Original Source

Benchmark

This directory contains the scripts to execute benchmarks of the parser. We use Google Benchmark to define and run benchmarks.

Install Google Benchmark

bash
cmake -DCMAKE_BUILD_TYPE=Release

make

make install