aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark_mini.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark_mini.py')
-rw-r--r--benchmark_mini.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark_mini.py b/benchmark_mini.py
index ece0ea1..273b88b 100644
--- a/benchmark_mini.py
+++ b/benchmark_mini.py
@@ -5,7 +5,7 @@ from femtoqueue import FemtoQueue
def benchmark_femtoqueue(num_tasks: int = 1000):
tmpdir = tempfile.mkdtemp()
- queue = FemtoQueue(data_dir=tmpdir, node_name="node1")
+ queue = FemtoQueue(data_dir=tmpdir, node_id="node1")
data = b"x" * 100 # 100-byte payload