ocaml-trace/bench_fx.sh
2023-12-25 22:53:25 -05:00

3 lines
107 B
Bash
Executable file

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