diff options
Diffstat (limited to 'mysql.py')
| -rw-r--r-- | mysql.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,8 +34,7 @@ class Benchmark_MYSQL( Benchmark ): if "hoard" in self.targets: del(self.targets["hoard"]) - # self.args = {"nthreads" : range(1, multiprocessing.cpu_count() * 4 + 1, 2)} - self.args = {"nthreads" : range(1, 2)} + self.args = {"nthreads" : range(1, multiprocessing.cpu_count() * 4 + 1, 2)} self.cmd = cmd self.measure_cmd = "" |
