Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jun 21, 2024
1 parent 9782468 commit 0d11cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bin/benchmark.bash
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ main() {
"https://cdn.jsdelivr.net/npm/@zk-kit/poseidon-artifacts@latest" \
"https://unpkg.com/@zk-kit/poseidon-artifacts@latest" \
"https://github.com/privacy-scaling-explorations/snark-artifacts/raw/@zk-kit/poseidon-artifacts@latest/packages/poseidon"; do
for _ in {1..10}; do # compute average over 10 runs
for _ in {1..10}; do # compute average over 10 runs
dl_all "$cdn" | tee -a "$log" & # execute all runs in parallel
done
done
Expand Down

0 comments on commit 0d11cc2

Please sign in to comment.