ocaml-trace/bench1.sh
2023-11-28 14:31:16 -05:00

3 lines
105 B
Bash
Executable file

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