diff --git a/simple.yml b/simple.yml
index 0bfcb8dd0b6e46b494d21f35cc0ff3ec3ce21c53..2f611e380040e0ca202539ef28bdbc732b33bd66 100644
--- a/simple.yml
+++ b/simple.yml
@@ -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:
@@ -32,7 +38,7 @@ analyser:
       step: execute
       file:
         - use: runtime_pattern
-          _: stdout
+          _: stdout 
     
 result:
   use: