blob: 98a7a14a9b53dd06800d0332aa62706b99c62b1a [file] [log] [blame]
Senthil Kumaran741286d2013-07-26 14:59:19 +05301metadata:
2 format: "Lava-Test Test Definition 1.0"
3 name: iozone
Amit Khare59060d42014-12-01 14:15:19 +05304 description: "Iozone test for linaro android is a filesystem benchmark tool. The benchmark
5 tests file I/O performance for Read, write, re-read, re-write, read backwards,
6 read strided, fread, fwrite, random read, pread ,mmap, aio_read and aio_write."
Milosz Wasilewski4e2d19f2013-10-10 11:47:06 +01007 maintainer:
8 - harigopal.gollamudi@linaro.org
9 os:
10 - android
11 scope:
12 - performance
13 devices:
14 - arndale
15 - panda
16 - panda-es
17 - vexpress-a9
18 - vexpress-tc2
Amit Khare59060d42014-12-01 14:15:19 +053019 - juno
Senthil Kumaran741286d2013-07-26 14:59:19 +053020
21run:
22 steps:
23 - "./android/scripts/iozone/iozone.sh"
24
25parse:
26 pattern: "^(?P<test_case_id>\\w+)\\s+(?P<measurement>\\d+)\\s+(?P<units>\\S+)\\s+(?P<result>\\w+)$"