From 13d79dfe7c5fec198adfa7893a641812ff37d5a4 Mon Sep 17 00:00:00 2001 From: Elliot Kim Date: Mon, 2 Dec 2024 18:38:13 -0500 Subject: [PATCH] throughput debuging --- test-vine-task-throughput.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test-vine-task-throughput.py b/test-vine-task-throughput.py index 3238645..d1be66f 100644 --- a/test-vine-task-throughput.py +++ b/test-vine-task-throughput.py @@ -11,7 +11,6 @@ factory = vine.Factory("local",manager_host_port="localhost:{}".format(q.port)) factory.max_workers=1 factory.min_workers=1 - factory.disk = 100 num_tasks = 1000