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
No related merge requests found
......@@ -22,12 +22,15 @@ parameterset:
_: "2024.01"
- name: benchParam
parameter:
- name: input_value
- name: input_value_jurecadc
separator: none
_: 1.0
- name: authors
_: '{"2024.12" : "1", "2024.01" : 2}'
- name: input_value_jedi
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:
- name: execute
use:
......@@ -61,4 +64,3 @@ result:
column:
- { title: "Runtime", _: runtime }
- { 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