mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
4 lines
101 B
Bash
Executable file
4 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
|
|
OPTS="--profile=release --display=quiet"
|
|
exec dune exec $OPTS -- benchs/run_benchs.exe $@
|