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