summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2015-08-25 10:56:01 -0700
committerArthur She <arthur.she@linaro.org>2015-08-25 10:56:01 -0700
commitf9bece79b8a723feca0b3fd71bb61cdb0d876fcc (patch)
tree445daf1ae831285e66bb835390ac83bfe4914024
parent5cc332204fa72e32639f8b58411b459820ef70a0 (diff)
modified: bonnie.yaml
-rw-r--r--common/bonnie.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/bonnie.yaml b/common/bonnie.yaml
index 698321d..0ff335a 100644
--- a/common/bonnie.yaml
+++ b/common/bonnie.yaml
@@ -21,17 +21,17 @@ install:
- build-essential
steps:
- 'cd bonnie++-1.03e'
- - './configure prefix=/usr ; make all installi ; cd ..'
+ - './configure prefix=/usr ; make all install ; cd ..'
params:
SCRATCH_DIR: /tmp
- SIZE: 200
- NUM_TO_STAT: 5
- RAM_SIZE: 100
+ SIZE: 500
+ NUM_TO_STAT: 50
+ RAM_SIZE: 200
run:
steps:
- - 'OPT="-u 0:0 -d $SCRATCH_DIR -s $SIZE -n $NUM_TO_STAT -r $RAM_SIZE"'
+ - 'OPT="-u 0:0 -d $SCRATCH_DIR -s $SIZE -n $NUM_TO_STAT -r $RAM_SIZE -q"'
- 'lava-test-case --shell /usr/sbin/bonnie++ $OPT | tee bonnie.log'
- './common/scripts/bonnie.sh bonnie.log'