Skip to content

Commit

Permalink
More YAML tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Mar 11, 2024
1 parent 9c9147e commit 61f0b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
15 changes: 3 additions & 12 deletions yaml_examples/industry_demo/long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,9 @@ benches:
- "cpp-reference"
- "rust-reference"
reruns:
number: 1
number: 2
unaggregatable_metrics:
- "Num threads"
# number: 5
# highest_discard: 2
# lowest_discard: 0
matrix:
args:
- "100 100 100"
Expand All @@ -143,13 +140,10 @@ benches:
- "cpp-openmp"
- "rust-rayon"
reruns:
number: 1
number: 2
unaggregatable_metrics:
- "Num threads"
- "Mesh x size"
# number: 5
# highest_discard: 2
# lowest_discard: 0
matrix:
args:
- "100 100 100"
Expand Down Expand Up @@ -180,14 +174,11 @@ benches:
- "cpp-mpi"
- "rust-mpi"
reruns:
number: 1
number: 2
unaggregatable_metrics:
- "Num threads"
- "Nodes"
- "Tasks per Node"
# number: 5
# highest_discard: 2
# lowest_discard: 0
matrix:
args:
- "50 50 50"
Expand Down
1 change: 1 addition & 0 deletions yaml_examples/industry_demo/short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ benches:
- "cpp-reference"
- "cpp-openmp"
reruns:
number: 3
unaggregatable_metrics:
- "Mesh x size"
- "Mesh y size"
Expand Down

0 comments on commit 61f0b72

Please sign in to comment.