mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
OPTS="--profile=release --display=quiet"
|
|
exec dune exec $OPTS -- benchs/pi.exe $@
|