Merge "add memory_load scenario"
[yardstick.git] / tools / ubuntu-server-cloudimg-modify.sh
index 78bf098..f9e0a2c 100755 (executable)
@@ -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