File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,11 @@ jobs:
112112
113113 # Benchmark the current branch and compare to the previous run.
114114 # Use the saved inputs and enforce absolute time limits (full_committer_flow: 25ms, tree_computation_flow: 20ms).
115- # TODO(Dori): revert --regression-limit to 15.0 after PR 11768 is merged.
116115 - run : |
117116 cargo run -p bench_tools -- run-and-compare \
118117 --package starknet_committer_and_os_cli \
119118 --out /tmp/new_results \
120- --regression-limit 2000000 .0 \
119+ --regression-limit 20 .0 \
121120 --input-dir /tmp/test_inputs \
122121 --set-absolute-time-ns-limit full_committer_flow ${FULL_COMMITTER_FLOW_TIME_LIMIT_NS} \
123122 --set-absolute-time-ns-limit tree_computation_flow ${TREE_COMPUTATION_FLOW_TIME_LIMIT_NS}
You can’t perform that action at this time.
0 commit comments