From 7d7ec4d7829808bbb10858729912ad3ed2733289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sat, 18 Feb 2017 08:11:19 -0600 Subject: automated: add bionic-benchmarks test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic2714900764a4d0a13864f5feb4a85c8ef54afc0 Signed-off-by: Daniel Díaz --- .../bionic-benchmarks/bionic-benchmarks.yaml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 automated/android/bionic-benchmarks/bionic-benchmarks.yaml (limited to 'automated/android/bionic-benchmarks/bionic-benchmarks.yaml') diff --git a/automated/android/bionic-benchmarks/bionic-benchmarks.yaml b/automated/android/bionic-benchmarks/bionic-benchmarks.yaml new file mode 100755 index 0000000..ca98a2d --- /dev/null +++ b/automated/android/bionic-benchmarks/bionic-benchmarks.yaml @@ -0,0 +1,25 @@ +metadata: + name: bionic-benchmarks-with-units + format: "Lava-Test-Shell Test Definition 1.0" + description: "Collect the bionic-benchmarks data and try to analyse it." + maintainer: + - daniel.diaz@linaro.org + os: + - android + devices: + - juno + - hi6220-hikey + - x15 + scope: + - performance + environment: + - lava-test-shell + +params: + LOOPS: "1" + +run: + steps: + - cd ./automated/linux/bionic-benchmarks/ + - ./bionic-benchmarks.sh -l "${LOOPS}" + - ../../utils/send-to-lava.sh ./output/result.txt -- cgit v1.2.3