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

4 lines
101 B
Bash
Executable file

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