aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2016-05-06 16:49:36 +0800
committerJingLu5 <lvjing5@huawei.com>2016-05-19 18:34:54 +0800
commit54a393f4829e0de8b406dfc3e2d099b4394e5f38 (patch)
treedba47971e32bcf3cde1936c3db3ac37eefee1844 /tools
parent29e463d40cc96396e3a158f6adb1ebcfaf3d29ba (diff)
add support for RAMspeed
JIRA: YARDSTICK-255 add RAMspeed scenario for measuring memory bandwidth. Change-Id: Iba740d7fdb394d96f32ee824925bbbf8fb689614 Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ubuntu-server-cloudimg-modify.sh7
1 files changed, 7 insertions, 0 deletions
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