ocaml-trace/bench1.sh
2023-10-30 22:23:34 -04:00

3 lines
105 B
Bash
Executable file

#!/bin/sh
DUNE_OPTS="--profile=release --display=quiet"
exec dune exec $DUNE_OPTS bench/trace1.exe -- $@