Skip to content

Commit 944e7a8

Browse files
authored
[Benchmark CI] Set atol and rtol to 1e-2 (#976)
1 parent b416d4f commit 944e7a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158
--only $IMPLS \
159159
--only-match-mode prefix-with-baseline \
160160
--baseline $BASELINE \
161+
--atol 1e-2 \
162+
--rtol 1e-2 \
161163
--input-sample-mode equally-spaced-k \
162164
--keep-going \
163165
${{ inputs.custom-args }}
@@ -174,6 +176,8 @@ jobs:
174176
--only $IMPLS \
175177
--only-match-mode prefix-with-baseline \
176178
--baseline $BASELINE \
179+
--atol 1e-2 \
180+
--rtol 1e-2 \
177181
--input-sample-mode equally-spaced-k \
178182
--output "$TEST_REPORTS_DIR/helionbench.json" \
179183
--append-to-output \

0 commit comments

Comments
 (0)