From 61f0b7282341800bce47965b225e4a8a454a74d2 Mon Sep 17 00:00:00 2001 From: EdmundGoodman Date: Mon, 11 Mar 2024 04:00:48 +0000 Subject: [PATCH] More YAML tweaks --- yaml_examples/industry_demo/long.yaml | 15 +++------------ yaml_examples/industry_demo/short.yaml | 1 + 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/yaml_examples/industry_demo/long.yaml b/yaml_examples/industry_demo/long.yaml index 55f32c1..a00d9bd 100644 --- a/yaml_examples/industry_demo/long.yaml +++ b/yaml_examples/industry_demo/long.yaml @@ -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" @@ -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" @@ -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" diff --git a/yaml_examples/industry_demo/short.yaml b/yaml_examples/industry_demo/short.yaml index 0deb7ea..a219814 100644 --- a/yaml_examples/industry_demo/short.yaml +++ b/yaml_examples/industry_demo/short.yaml @@ -38,6 +38,7 @@ benches: - "cpp-reference" - "cpp-openmp" reruns: + number: 3 unaggregatable_metrics: - "Mesh x size" - "Mesh y size"