From fceda87cf4b3f354a6a4687c07e4f8bea371530e Mon Sep 17 00:00:00 2001 From: Jayesh Badwaik <j.badwaik@fz-juelich.de> Date: Wed, 24 Jul 2024 18:03:28 +0200 Subject: [PATCH] - bugfix: write bench_variants for various benchmarks --- benchmark/jube/shell.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/benchmark/jube/shell.yml b/benchmark/jube/shell.yml index a8f7857..a5c0ec2 100644 --- a/benchmark/jube/shell.yml +++ b/benchmark/jube/shell.yml @@ -102,6 +102,20 @@ parameterset: - name: bench_variant tag: single _: single + - name: bench_variant + tag: strong.micro + - name: bench_variant + tag: strong.tiny + _: strong.tiny + - name: bench_variant + tag: strong.small + _: strong.small + - name: bench_variant + tag: strong.medium + _: strong.medium + - name: bench_variant + tag: weak.tiny + _: weak.tiny - name: bench_queue tag: cluster _: cluster -- GitLab