Files
indivisible-rs/benchmark.sh

12 lines
177 B
Bash
Raw Normal View History

2025-12-05 15:50:38 +01:00
#!/bin/bash
BIN="./target/release/indivisible"
if ! [ -f "$BIN" ]
then
>&2 echo "Release build not available. Please run 'cargo build -r'."
exit 1
fi
time "$BIN" 100000000