summaryrefslogtreecommitdiff
path: root/ubuntu/rt-hackbench.yaml
blob: 450b2b6068a2688d709c724eae385f255f5507d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
metadata:
    name: rt-hackbench
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run Hackbench Real Time Suite"
    maintainer:
        - tyler.baker@linaro.org
    scope:
        - functional
        - preempt_rt
    devices:
        - arndale
    os:
        - ubuntu

install:
    git-repos:
        - git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
    steps:
        - "cd rt-tests && make install"
    deps:
        - psmisc
        - make

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+)"

#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
#Each sender will pass 100 messages of 100 bytes
#Signal 15 caught, longjmp'ing out!
#longjmp'ed out, reaping children
#sending SIGTERM to all child processes
#signaling 400 worker threads to terminate
#Time: 1.565
#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
#Each sender will pass 100 messages of 100 bytes
#Time: 1.487
#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
#Each sender will pass 100 messages of 100 bytes
#Signal 15 caught, longjmp'ing out!
#longjmp'ed out, reaping children
#sending SIGTERM to all child processes
#signaling 80 worker threads to terminate
#Time: 1368799254.4294833905
#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
#Each sender will pass 100 messages of 100 bytes
#Time: 1.553
#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
#Each sender will pass 100 messages of 100 bytes
#Time: 1.581
#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
#Each sender will pass 100 messages of 100 bytes
#Time: 1.512
#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
#Each sender will pass 100 messages of 100 bytes
#Signal 15 caught, longjmp'ing out!
#longjmp'ed out, reaping children
#sending SIGTERM to all child processes
#signaling 40 worker threads to terminate
#Time: 1368799259.4294833933
#Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
#Each sender will pass 100 messages of 100 bytes
#Time: 1.540
#