Skip to content
Snippets Groups Projects
Commit 82d8b14c authored by zphrs's avatar zphrs
Browse files

made basic_proxy_one_client more reasonable

parent d933f968
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ import time
import asyncio
import matplotlib.pyplot as plt
NUM_SHARDS = 16
NUM_KEYS = 5000
NUM_SHARDS = 20
NUM_KEYS = 1000
NUM_NODES = 8
def benchmark_add_shard(conductor: ClusterConductor, dir, log: Logger):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment