We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a9b3d commit 13f86ecCopy full SHA for 13f86ec
devops/benchmarking/config.ini
@@ -12,7 +12,7 @@
12
; Value for -j during compilation of compute-benchmarks
13
compile_jobs = 40
14
; Number of iterations to run compute-benchmark tests
15
-iterations = 10000
+iterations = 5000
16
17
; Options for benchmark result metrics (to record/compare against)
18
[metrics]
@@ -23,7 +23,7 @@ recorded = Median,StdDev
23
; the historical average. Metrics not included here are not compared against
24
; when passing/failing benchmark results.
25
; Format: comma-separated list of <metric>:<deviation percentage in decimals>
26
-tolerances = Median:0.03
+tolerances = Median:0.08
27
28
; Options for computing historical averages
29
[average]
0 commit comments