mirror of
https://github.com/circify/circ.git
synced 2026-01-12 15:18:22 -05:00
9 lines
141 B
Bash
Executable File
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
|