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

+ simplest result pattern

parent 850707be
Branches
Tags s3
No related merge requests found
......@@ -16,5 +16,29 @@ step:
- name: execute
do:
- echo "Hello, World!"
- echo "Hello, Error!" >&2
- /usr/bin/false
\ No newline at end of file
- echo "Runtime=33.44"
patternset:
- name: runtime_pattern
pattern:
- name: runtime
type: float
_: "Runtime=$jube_pat_fp"
analyser:
- name: bench_info
analyse:
step: execute
file:
- use: runtime_pattern
_: stdout
result:
use:
- bench_info
table:
name: result
style: csv
column:
- { title: "Runtime", _: runtime }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment