Merge "Add API(v1) to get real time log"
[yardstick.git] / yardstick / benchmark / scenarios / compute / ramspeed_mark_benchmark.bash
index fcb6559..526d0b9 100644 (file)
@@ -21,7 +21,7 @@ OUTPUT_FILE=/tmp/ramspeed-out.log
 
 run_ramspeed()
 {
-    cd /opt/tempT2/ramspeed-2.6.0/
+    cd /opt/tempT/RAMspeed/ramspeed-2.6.0/
     ./ramspeed -b $TYPE_ID -g $LOAD -m $BLOCK_SIZE > $OUTPUT_FILE
 }