Skip to content

Commit

Permalink
Update bench-hyperfine.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l authored Oct 15, 2024
1 parent 8cea54e commit 8ce1ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bench-hyperfine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ run_bench() {
--warmup 3 \
--export-markdown "$OUTPUT_DIR/$base_name.md" \
--export-json "$OUTPUT_DIR/$base_name.json" \
-n "Cairo-vm (Rust, Cairo 1)" "$CAIRO_RUN --available-gas 18446744073709551615 -s $base_path.cairo" \
-n "cairo-native (embedded AOT)" "$JIT_CLI --run-mode=aot -s $base_path.cairo --opt-level 3 --available-gas 18446744073709551615 " \
-n "cairo-native (embedded JIT using LLVM's ORC Engine)" "$JIT_CLI --run-mode=jit -s $base_path.cairo --opt-level 3 --available-gas 18446744073709551615 " \
-n "cairo-native (standalone AOT)" "$OUTPUT_DIR/$base_name" \
Expand Down

0 comments on commit 8ce1ab6

Please sign in to comment.