Skip to content

Commit ba81b07

Browse files
committed
Add the runtime-table zkprogram example to the performance regression testing script
1 parent fe1417a commit ba81b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/perf-regression/perf-regression.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ STOP_AFTER=4 ./run src/examples/zkprogram/mutual-recursion.ts --bundle "$MODE"
1919
STOP_AFTER=2 ./run src/examples/zkprogram/hash-chain.ts --bundle "$MODE"
2020
STOP_AFTER=4 ./run src/examples/zkprogram/gadgets.ts --bundle "$MODE"
2121
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"
2223

2324
# Run CS + zkApps performance regression tests
2425
./run tests/perf-regression/perf-regression.ts --bundle "$MODE"

0 commit comments

Comments
 (0)