From 58d08e433c956af1eacb60d36134d65494007a9b Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 10 Aug 2019 21:44:25 +0200 Subject: don't copy benchmark.allocators again --- src/benchmarks/mysql.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/benchmarks/mysql.py b/src/benchmarks/mysql.py index 8b9bd1c..a1c23f9 100644 --- a/src/benchmarks/mysql.py +++ b/src/benchmarks/mysql.py @@ -1,4 +1,3 @@ -import copy import multiprocessing import numpy as np import os @@ -31,11 +30,6 @@ class Benchmark_MYSQL(Benchmark): self.name = "mysql" self.descrition = """See sysbench documentation.""" - # mysqld fails with hoard somehow - self.allocators = copy.copy(allocators) - if "Hoard" in self.allocators: - del(self.allocators["Hoard"]) - self.args = {"nthreads": Benchmark.scale_threads_for_cpus(1)} self.cmd = cmd self.server_cmds = [server_cmd] -- cgit v1.2.3