Skip to content
Snippets Groups Projects
Commit 826b2136 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

+ back to complicated dictionaries

parent 9b326f9a
Branches
Tags s11
No related merge requests found
...@@ -22,12 +22,15 @@ parameterset: ...@@ -22,12 +22,15 @@ parameterset:
_: "2024.01" _: "2024.01"
- name: benchParam - name: benchParam
parameter: parameter:
- name: input_value - name: input_value_jurecadc
separator: none separator: none
_: 1.0 _: '{"2024.12" : "1", "2024.01" : 2}'
- name: authors - name: input_value_jedi
separator: none separator: none
_: \"jayesh, andreas\" _: '{"2024.12" : "3", "2024.01" : 4}'
- name: input_value
mode: python
_: '{ "jurecadc" : ${input_value_jurecadc} , "jedi" : ${input_value_jedi} }["${system_name}"]["${system_version}"]'
step: step:
- name: execute - name: execute
use: use:
...@@ -61,4 +64,3 @@ result: ...@@ -61,4 +64,3 @@ result:
column: column:
- { title: "Runtime", _: runtime } - { title: "Runtime", _: runtime }
- { title: "System", _: system_name } - { title: "System", _: system_name }
- { title: "Authors", _: authors }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment