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 ...@@ -12,11 +12,17 @@ name: scaler
# We currently set the outpath to `/dev/null` to force the user to specify an output path manually. # We currently set the outpath to `/dev/null` to force the user to specify an output path manually.
outpath: /dev/null outpath: /dev/null
parameterset:
- name: benchParam
parameter:
- name: input_value
_: 34.56
step: step:
- name: execute - name: execute
use: benchParam
do: do:
- echo "Hello, World!" - echo "Runtime=${input_value}"
- echo "Runtime=33.44"
patternset: patternset:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment