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 fe1417a commit ba81b07Copy full SHA for ba81b07
tests/perf-regression/perf-regression.sh
@@ -19,6 +19,7 @@ STOP_AFTER=4 ./run src/examples/zkprogram/mutual-recursion.ts --bundle "$MODE"
19
STOP_AFTER=2 ./run src/examples/zkprogram/hash-chain.ts --bundle "$MODE"
20
STOP_AFTER=4 ./run src/examples/zkprogram/gadgets.ts --bundle "$MODE"
21
STOP_AFTER=6 ./run src/examples/zkprogram/side-loading/run.ts --bundle "$MODE"
22
+STOP_AFTER=4 ./run src/examples/zkprogram/runtime-table/run.ts --bundle "$MODE"
23
24
# Run CS + zkApps performance regression tests
25
./run tests/perf-regression/perf-regression.ts --bundle "$MODE"
0 commit comments