diff options
Diffstat (limited to 'mysql.py')
| -rw-r--r-- | mysql.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ class Benchmark_MYSQL( Benchmark ): heap_size = {} for m in self.server.memory_maps(): if "[heap]" in m: - p_size["heap_start"] = m.size + heap_size["heap_start"] = m.size for i, thread in enumerate(self.nthreads): print(tname + ":", i + 1, "of", n, "\r", end='') |
