Run benchmark programs:
$ just make-input # make input files for some benchmarks
$ mkdir results
$ just bench-rust-all
$ just bench-c-all
$ just bench-java-all
Collect benchmark results and generate graphs:
$ just make-graph
Images are generated:
$ ls *.png
all.png gm.png lim.png
all.png
-- All resultslim.png
-- Results except slow implementationsgm.png
-- Geometric means