summaryrefslogtreecommitdiff
path: root/openembedded/hackbench.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-08-13 15:18:52 +0200
committerAnders Roxell <anders.roxell@linaro.org>2013-08-15 09:29:31 +0200
commit0ee696bf915d3d8ebafbb9286402721f9815bb7c (patch)
tree3fb1e96717ea5d40d9ad0a33799c11e71b1d2527 /openembedded/hackbench.yaml
parent489ef5d7a233a0a6ca365d42b2c8517451a247f1 (diff)
removed prefix rt- to only cyclictest and hackbench
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded/hackbench.yaml')
-rw-r--r--openembedded/hackbench.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/openembedded/hackbench.yaml b/openembedded/hackbench.yaml
new file mode 100644
index 0000000..23ce427
--- /dev/null
+++ b/openembedded/hackbench.yaml
@@ -0,0 +1,14 @@
+metadata:
+ name: hackbench
+ format: "Lava-Test-Shell Test Definition 1.0"
+ version: 1.0
+ description: "Hackbench Suite"
+
+run:
+ steps:
+ - while true; do dd if=/dev/zero of=bigfile bs=1024000 count=1024; done &
+ - while true; do killall hackbench; sleep 5; done &
+ - while true; do hackbench 20; done &
+
+parse:
+ pattern: "^(Time:[\\w/\\.]+):\\s+(?P<message>.+)\\.\\.\\.\\s+(?P<result>\\w+)"