Skip to content

Commit

Permalink
update README and a parameter description in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
EuphoricThinking committed Feb 17, 2025
1 parent 5b03c04 commit bb40a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
type: number
required: true
bench_script_params:
description: Parameters passed to the script executing benchmark (recommended `--compare baseline`)
description: Parameters passed to the script executing benchmark
type: string
required: false
default: ''
Expand Down
2 changes: 1 addition & 1 deletion scripts/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can also include additional benchmark parameters, such as environment variab

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.

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.
By default, all benchmark runs are compared against `baseline`, which is a well-established set of the latest data.

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

Expand Down

0 comments on commit bb40a46

Please sign in to comment.