From e32e9f64875108e6d969ffd99ee53509ebecb293 Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Wed, 1 Apr 2015 13:14:02 +0000 Subject: 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 --- ubuntu/mmtests.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ubuntu') 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: -- cgit v1.2.3