Skip to content

Latest commit

 

History

History

benchmark

Benchmark

Build and run benchmark:

cd <project-root>
meson _build --buildtype=release -Dbenchmark=true
ninja -C _build
cd benchmark
../_build/benchmark/gpseq-benchmark

And show a result graph:

gnuplot *.gp # Creates *.png files