Skip to content

Commit f22b6cc

Browse files
chore: revert bump regression limit temporarily (#11789)
This reverts commit c1e9d48.
1 parent 1d8c609 commit f22b6cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/committer_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)