Skip to content

Commit 13f86ec

Browse files
committed
Revert "Test 10000 iterations"
This reverts commit 98a9b3d.
1 parent 98a9b3d commit 13f86ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/benchmarking/config.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
; Value for -j during compilation of compute-benchmarks
1313
compile_jobs = 40
1414
; Number of iterations to run compute-benchmark tests
15-
iterations = 10000
15+
iterations = 5000
1616

1717
; Options for benchmark result metrics (to record/compare against)
1818
[metrics]
@@ -23,7 +23,7 @@ recorded = Median,StdDev
2323
; the historical average. Metrics not included here are not compared against
2424
; when passing/failing benchmark results.
2525
; Format: comma-separated list of <metric>:<deviation percentage in decimals>
26-
tolerances = Median:0.03
26+
tolerances = Median:0.08
2727

2828
; Options for computing historical averages
2929
[average]

0 commit comments

Comments
 (0)