ocaml-containers/run_bench_hash.sh
2023-12-03 20:03:16 -05:00

4 lines
106 B
Bash
Executable file

#!/bin/sh
OPTS="--profile=release --display=quiet"
exec dune exec $OPTS -- benchs/run_benchs_hash.exe $@