summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-04-01 13:14:02 +0000
committerChase Qi <chase.qi@linaro.org>2015-04-01 13:14:18 +0000
commite32e9f64875108e6d969ffd99ee53509ebecb293 (patch)
tree876264fd8a318626aa3cc6019ca7cf9d77f945c0 /ubuntu
parentf24afca15e335d817ab88b08d245c8c3cd9fd8b6 (diff)
ubuntu: add vmscale and timedalloc to mmtests
Add vmscale and timedalloc to mmtests. Add description of each benchmarks in yaml and script file. Optimize test code. Change-Id: I8bd22e368a2d51a8c22e419e212695b4be096b63 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/mmtests.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/ubuntu/mmtests.yaml b/ubuntu/mmtests.yaml
index d3476d1..0a91b4e 100644
--- a/ubuntu/mmtests.yaml
+++ b/ubuntu/mmtests.yaml
@@ -1,7 +1,7 @@
metadata:
name: mmtests
format: "Lava-Test-Shell Test Definition 1.0"
- description: "Run mmtests suite on Ubuntu"
+ description: "Run tests from mmtests suite on Ubuntu"
maintainer:
- chase.qi@linaro.org
- milosz.wasilewski@linaro.org
@@ -27,7 +27,12 @@ install:
- time
params:
- TESTS: 'dd dd-tmpfs ddsync ku-latency libmicro'
+ # dd, dd-tmpfs, ddsync: loopdd bench.
+ # ku-latency: measure the latency in the Linux network stack between kernel and user space.
+ # libmicro: measure the performance of various system and library calls.
+ # vmscale: vm scalability test, measure spread of dd performance.
+ # timedalloc: time how long it takes to allocate a large buffer.
+ TESTS: 'dd dd-tmpfs ddsync ku-latency libmicro vmscale timedalloc'
run:
steps: