4 lines
153 B
Bash
Executable file
4 lines
153 B
Bash
Executable file
#!/usr/bin/env sh
|
|
export BENCHMARKS_RUNNER=TRUE
|
|
export BENCH_LIB=csexp_bench
|
|
exec dune exec -- ./main.exe -fork -run-without-cross-library-inlining "$@"
|