aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--allocbench/benchmarks/keydb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/benchmarks/keydb.py b/allocbench/benchmarks/keydb.py
index ee6855c..7fde805 100644
--- a/allocbench/benchmarks/keydb.py
+++ b/allocbench/benchmarks/keydb.py
@@ -45,7 +45,7 @@ class BenchmarkKeyDB(Benchmark):
self.servers = [{
"name": "keydb",
"cmd":
- f"keydb-server --server-threads 4", # 4 is the by keydb recommended amount
+ "keydb-server --server-threads 4", # 4 is the by keydb recommended amount
"shutdown_cmds": ["{build_dir}/keydb-cli shutdown"]
}]