koder aka kdanilov | 4643fd6 | 2015-02-10 16:20:13 -0800 | [diff] [blame^] | 1 | #!/bin/bash |
2 | set -x | ||||
3 | set -e | ||||
4 | |||||
5 | type="iozone" | ||||
6 | |||||
7 | io_opts="--type $type -a write --iodepth 16 --blocksize 1m --iosize x20" | ||||
8 | python run_rally_test.py -l -o "$io_opts" -t io-scenario $type --rally-extra-opts="--deployment $1" |