File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/kv/kvserver/asim/tests/testdata/non_rand Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gen_ranges ranges=1 repl_factor=1
12
12
# Create a load generator, where there is higher ops/s than the qps split
13
13
# threshold set above. Also set to use only reads, to avoid size based splits
14
14
# (we could also disable this via setting the range max size).
15
- gen_load rate=10000 rw_ratio=1.0 raft_cpu_per_write=500000
15
+ gen_load rate=10000 rw_ratio=1.0
16
16
----
17
17
18
18
setting split_qps_threshold=2500
@@ -40,7 +40,7 @@ artifacts[default]: e827ff169690da40
40
40
# repeatedly - if the load split algorithm is good, we should expect the same
41
41
# number of splits as the uniform workload. However, that is not the case as we
42
42
# require more splits with a zipfian distribution.
43
- gen_load rate=10000 rw_ratio=1.0 access_skew=true replace=true raft_cpu_per_write=500000
43
+ gen_load rate=10000 rw_ratio=1.0 access_skew=true replace=true
44
44
----
45
45
46
46
eval duration=5m samples=2 seed=42 metrics=(replicas)
You can’t perform that action at this time.
0 commit comments