mbligh | afce103 | 2007-10-31 21:29:29 +0000 | [diff] [blame^] | 1 | build = 1 |
2 | for threads in range(1, count_cpus()+1): | ||||
3 | job.run_test('sysbench', db_type='pgsql', build=build, \ | ||||
4 | num_threads=threads, read_only=1, tag='pgsql.' + str(threads)) | ||||
5 | build = 0 | ||||
6 | |||||
7 | build = 1 | ||||
8 | for threads in range(1, count_cpus()+1): | ||||
9 | job.run_test('sysbench', db_type='mysql', build=build, \ | ||||
10 | num_threads=threads, read_only=1, tag='mysql.' + str(threads)) | ||||
11 | build = 0 |