summaryrefslogtreecommitdiff
path: root/openembedded/hackbench.yaml
diff options
context:
space:
mode:
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+)"