moonpool/bench_primes.sh
2024-09-25 22:17:31 -04:00

3 lines
96 B
Bash
Executable file

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