ocaml-trace/bench_multiproc.sh
2024-08-16 15:47:02 -04:00

3 lines
114 B
Bash
Executable file

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