Skip to content
Snippets Groups Projects
Commit dd36ccc5 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

test: fix output

parent c9b3338f
No related branches found
No related tags found
1 merge request!47test: fix output
Pipeline #97935 passed
......@@ -121,6 +121,8 @@
median = * (glob)
min = * (glob)
standard-deviation = * (glob)
system = * (glob)
user = * (glob)
run:
duration = * (glob)
timestamp = * (glob)
......@@ -165,6 +167,8 @@
median = * (glob)
min = * (glob)
standard-deviation = * (glob)
system = * (glob)
user = * (glob)
run:
duration = * (glob)
timestamp = * (glob)
......@@ -131,6 +131,8 @@
median = * (glob)
min = * (glob)
standard-deviation = * (glob)
system = * (glob)
user = * (glob)
run:
duration = * (glob)
timestamp = * (glob)
......@@ -159,6 +161,8 @@
median = * (glob)
min = * (glob)
standard-deviation = * (glob)
system = * (glob)
user = * (glob)
run:
duration = * (glob)
timestamp = * (glob)
......@@ -119,6 +119,8 @@
median = * (glob)
min = * (glob)
standard-deviation = * (glob)
system = * (glob)
user = * (glob)
run:
duration = * (glob)
timestamp = * (glob)
......@@ -156,5 +158,7 @@
result.time.median: * -> * (glob)
result.time.min: * -> * (glob)
result.time.standard-deviation: * -> * (glob)
result.time.system: * -> * (glob)
result.time.user: * -> * (glob)
run.duration: * -> * (glob)
run.timestamp: * -> * (glob)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment