moonpool/bench_pi.sh
2023-07-09 19:49:25 -04:00

3 lines
92 B
Bash
Executable file

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