You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/oneapi-src/unified-runtime/actions/workflows/docs.yml)
Copy file name to clipboardExpand all lines: scripts/benchmarks/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,10 @@ By default, the benchmark results are not stored. To store them, use the option
37
37
38
38
To compare a benchmark run with a previously stored result, use the option `--compare <name>`. You can compare with more than one result.
39
39
40
-
If no `--compare` option is specified, the benchmark run is compared against a previously stored `baseline`. This baseline is **not** automatically updated. To update it, use the `--save baseline` option.
41
-
The recommended way of updating the baseline is running the benchmarking
42
-
job on main after a merge of relevant changes.
40
+
If no `--compare` option is specified, the benchmark run is compared against a previously stored `baseline`.
41
+
42
+
Baseline, as well as baseline-v2 (for the level-zero adapter v2) is updated automatically during a nightly job. The results
43
+
are stored [here](https://oneapi-src.github.io/unified-runtime/benchmark_results.html).
0 commit comments