We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e852e commit fa041f1Copy full SHA for fa041f1
justfile
@@ -63,6 +63,7 @@ run-bench-jolt benchmark arg verifier_iterations="1":
63
--bin target/release/jolt-benchmarks \
64
--bench-arg {{arg}} \
65
--verifier-iterations {{verifier_iterations}} \
66
+ --allowed_exit_codes 0 101 \
67
-- --program {{benchmark}}
68
69
# Run stwo benchmark with memory monitoring
@@ -76,6 +77,7 @@ run-bench-stwo benchmark arg verifier_iterations="1":
76
77
--bin target/release/stwo-script \
78
79
80
81
82
83
# Run stone benchmark with memory monitoring
0 commit comments