aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/redis.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/redis.py')
-rw-r--r--src/benchmarks/redis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/redis.py b/src/benchmarks/redis.py
index 06801c2..4cad3ba 100644
--- a/src/benchmarks/redis.py
+++ b/src/benchmarks/redis.py
@@ -64,7 +64,7 @@ class BenchmarkRedis(Benchmark):
redis.provide(self.build_dir)
# building redis
- proc = subprocess.run(["make", "-C", redis_dir],
+ proc = subprocess.run(["make", "-C", redis_dir, "MALLOC=libc", "USE_JEMALLOC=no"],
# stdout=subprocess.PIPE, stderr=subprocess.PIPE,
universal_newlines=True)