Skip to content

Commit 57e530e

Browse files
committed
Tweak thresholds
1 parent 684f94e commit 57e530e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devops/benchmarking/config.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; Compute-benchmark compile/run options
1111
[compute_bench]
1212
; Value for -j during compilation of compute-benchmarks
13-
compile_jobs = 2
13+
compile_jobs = 4
1414
; Number of iterations to run compute-benchmark tests
1515
iterations = 100
1616

@@ -23,15 +23,15 @@ 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.1
26+
tolerances = Median:0.05
2727

2828
; Options for computing historical averages
2929
[average]
3030
; Number of days (from today) to look back for results when computing historical
3131
; average
3232
cutoff_range = 7
3333
; Minimum number of samples required to compute a historical average
34-
min_threshold = 3
34+
min_threshold = 10
3535

3636
; ONEAPI_DEVICE_SELECTOR linting/options
3737
[device_selector]

0 commit comments

Comments
 (0)