From b56495cd0d4f6bb310ca4e85a32df66d4813fea6 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 15 May 2025 09:54:08 +0300 Subject: Rename node_name to node_id --- benchmark_throughput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark_throughput.py') diff --git a/benchmark_throughput.py b/benchmark_throughput.py index 8e6be43..b21c28a 100644 --- a/benchmark_throughput.py +++ b/benchmark_throughput.py @@ -8,7 +8,7 @@ from femtoqueue import FemtoQueue def run_benchmark(duration_seconds: int, payload_size: int = 100): print(f"Running throughput benchmark for {duration_seconds} sec. See -h for help.") tmpdir = tempfile.mkdtemp() - q = FemtoQueue(data_dir=tmpdir, node_name="node1") + q = FemtoQueue(data_dir=tmpdir, node_id="node1") payload = b"x" * payload_size total_count = 0 -- cgit v1.3