From 22174dcc54a358d886a718e8c36d0d50e742a468 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Fri, 3 Jun 2016 14:50:14 +0800 Subject: ubuntu-server-cloudimg-modify: adjust install location of RAMspeed Unify tool install location Change-Id: I45fc76a0631187136a2602d1a9c26f3df94ce9dd Signed-off-by: JingLu5 --- yardstick/benchmark/scenarios/compute/ramspeed_mem_benchmark.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yardstick/benchmark/scenarios/compute/ramspeed_mem_benchmark.bash') diff --git a/yardstick/benchmark/scenarios/compute/ramspeed_mem_benchmark.bash b/yardstick/benchmark/scenarios/compute/ramspeed_mem_benchmark.bash index 69c2934af..931a06375 100644 --- a/yardstick/benchmark/scenarios/compute/ramspeed_mem_benchmark.bash +++ b/yardstick/benchmark/scenarios/compute/ramspeed_mem_benchmark.bash @@ -22,7 +22,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 -l $ITERATION > $OUTPUT_FILE } -- cgit 1.2.3-korg