mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-15 04:07:11 +02:00
Still gets some warnings because compilers have changed. But should work.
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