test-100-times.py

#!/usr/bin/python

import os

for i in range(5):
    path = '/mnt/home/mysqlinst1/MysqlDistributedDB/'
    os.system('(time ' + path + 'run.sh ' + path + 'config.txt ' + path + 'sql.txt > /dev/null) 2>&1 | grep real')
Valid HTML 4.01 Valid CSS