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