Skip to content

Commit e556368

Browse files
committed
Tweak tolerance and add check for intel/llvm in nightly
1 parent 5cab659 commit e556368

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
sycl_cts_artifact: sycl_cts_bin
245245

246246
aggregate_benchmark_results:
247-
if: always() && !cancelled()
247+
if: github.repository == 'intel/llvm' && !cancelled()
248248
name: Aggregate benchmark results and produce historical averages
249249
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
250250
secrets:

devops/benchmarking/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.05
26+
tolerances = Median:0.08
2727

2828
; Options for computing historical averages
2929
[average]

0 commit comments

Comments
 (0)