Skip to content

Commit 939ee6c

Browse files
authored
Merge pull request #2711 from EuphoricThinking/benchmark_compare_readme
update README and a parameter description in benchmarks
2 parents c4f9385 + 7247ca4 commit 939ee6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
type: number
2525
required: true
2626
bench_script_params:
27-
description: Parameters passed to the script executing benchmark (recommended `--compare baseline`)
27+
description: Parameters passed to the script executing benchmark
2828
type: string
2929
required: false
3030
default: ''

scripts/benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can also include additional benchmark parameters, such as environment variab
2727

2828
Once all the required information is entered, click the "Run workflow" button to initiate a new workflow run. This will execute the benchmarks and then post the results as a comment on the specified Pull Request.
2929

30-
It is recommended that all benchmark runs should be compared against `baseline` by passing `--compare baseline` to benchmark parameters. `baseline` is a well-established set of the latest data.
30+
By default, all benchmark runs are compared against `baseline`, which is a well-established set of the latest data.
3131

3232
You must be a member of the `oneapi-src` organization to access these features.
3333

0 commit comments

Comments
 (0)