Files
circ/scripts/opa_bench.zsh
2021-08-24 10:01:19 -07:00

9 lines
141 B
Bash
Executable File

#!/usr/bin/env zsh
time cargo build --example opa_bench
for n in 3 10 30 100 300 1000
do
time cargo run --example opa_bench -- $n
done