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