commit | 0f99119831f04af679ed6f31f757ee6aad6282e8 | [log] [tgz] |
---|---|---|
author | Yulia Portnova <yportnova@mirantis.com> | Fri Apr 24 16:56:52 2015 +0300 |
committer | Yulia Portnova <yportnova@mirantis.com> | Tue Apr 28 12:32:56 2015 +0300 |
tree | 1be1eccd2166b0a98c7c5930b143766cf0ac48a5 | |
parent | fcea0725474c04af1edf3abb5b2bca42b009b5aa [diff] [blame] |
Added tpcc-mysql suite
diff --git a/wally/suits/mysql/tpcc/run.sh b/wally/suits/mysql/tpcc/run.sh new file mode 100644 index 0000000..3d0f6f7 --- /dev/null +++ b/wally/suits/mysql/tpcc/run.sh
@@ -0,0 +1,4 @@ +#!/bin/bash +cd ~/tpcc-mysql +./tpcc_start -h127.0.0.1 -dtpcc1000 -uroot -p -w20 -c16 -r10 -l1200 > ~/tpcc-output.log +cat ~/tpcc-output.log | grep TpmC | grep -o '[0-9,.]\+' \ No newline at end of file