Skip to content

Commit 50350cb

Browse files
authored
minor: allow 10% gap in benchmark workflow (#880)
1 parent 277472c commit 50350cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
--iterations=5 \
9595
--progress=plain \
9696
--retry-threshold=10 \
97-
--assert="mode(variant.time.avg) <= mode(baseline.time.avg) +/- 5%"
97+
--assert="mode(variant.time.avg) <= mode(baseline.time.avg) +/- 10%"

0 commit comments

Comments
 (0)