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

+ first parameter

parent 58e0c4e4
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,17 @@ name: scaler
# We currently set the outpath to `/dev/null` to force the user to specify an output path manually.
outpath: /dev/null
parameterset:
- name: benchParam
parameter:
- name: input_value
_: 34.56
step:
- name: execute
use: benchParam
do:
- echo "Hello, World!"
- echo "Runtime=33.44"
- echo "Runtime=${input_value}"
patternset:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment