Skip to content

Commit

Permalink
bench rm proof
Browse files Browse the repository at this point in the history
  • Loading branch information
StringNick committed May 8, 2024
1 parent 1615ace commit 5bd26a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ for file in $(ls ${BENCH_DIR} | grep .cairo | sed -E 's/\.cairo//'); do
echo "Running ${file} benchmark"
hyperfine --show-output --warmup 2 \
-n "cairo-vm (Zig)" "${ZIG_CLI} execute --filename ${BENCH_DIR}/${file}.json --layout all_cairo" \
-n "cairo-vm (Rust)" "${CAIRO_VM_CLI} ${BENCH_DIR}/${file}.json --proof_mode --layout all_cairo"
-n "cairo-vm (Rust)" "${CAIRO_VM_CLI} ${BENCH_DIR}/${file}.json --layout all_cairo"
done

0 comments on commit 5bd26a9

Please sign in to comment.