From 54a393f4829e0de8b406dfc3e2d099b4394e5f38 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Fri, 6 May 2016 16:49:36 +0800 Subject: add support for RAMspeed JIRA: YARDSTICK-255 add RAMspeed scenario for measuring memory bandwidth. Change-Id: Iba740d7fdb394d96f32ee824925bbbf8fb689614 Signed-off-by: JingLu5 --- tools/ubuntu-server-cloudimg-modify.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools') diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index 78bf098dc..f9e0a2c47 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -62,5 +62,12 @@ apt-get install -y \ git clone https://github.com/kdlucas/byte-unixbench.git /opt/tempT make --directory /opt/tempT/UnixBench/ + + +git clone https://github.com/beefyamoeba5/ramspeed.git /opt/tempT2 +cd /opt/tempT2/ramspeed-2.6.0 +mkdir temp +bash build.sh + # restore symlink ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf -- cgit 1.2.3-korg