Skip to content

Commit 8970052

Browse files
committed
asim: remove errant raft_cpu_per_write
It was accidentally added to a read-only workload.
1 parent ac17bfd commit 8970052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/kv/kvserver/asim/tests/testdata/non_rand/example_splitting.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gen_ranges ranges=1 repl_factor=1
1212
# Create a load generator, where there is higher ops/s than the qps split
1313
# threshold set above. Also set to use only reads, to avoid size based splits
1414
# (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
1616
----
1717

1818
setting split_qps_threshold=2500
@@ -40,7 +40,7 @@ artifacts[default]: e827ff169690da40
4040
# repeatedly - if the load split algorithm is good, we should expect the same
4141
# number of splits as the uniform workload. However, that is not the case as we
4242
# 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
4444
----
4545

4646
eval duration=5m samples=2 seed=42 metrics=(replicas)

0 commit comments

Comments
 (0)