roc/crates/compiler/builtins/benchmark.sh
2024-11-29 09:32:12 +11:00

7 lines
175 B
Bash
Executable file

#!/usr/bin/env bash
# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
set -euxo pipefail
zig build-exe benchmark-dec.zig -O ReleaseFast
./benchmark-dec