summaryrefslogtreecommitdiff
path: root/benchmarks/cluster_async.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/cluster_async.py')
-rw-r--r--benchmarks/cluster_async.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/cluster_async.py b/benchmarks/cluster_async.py
index fd2ab46..17dd52b 100644
--- a/benchmarks/cluster_async.py
+++ b/benchmarks/cluster_async.py
@@ -249,8 +249,8 @@ if __name__ == "__main__":
port = 16379
password = None
- count = 1000
- size = 16
+ count = 10000
+ size = 256
asyncio.run(main("asyncio"))
asyncio.run(main("asyncio", gather=False))