@@ -21,7 +21,7 @@ gen_load rate=7000 rw_ratio=0.95 access_skew=false min_block=128 max_block=256
21
21
# seconds) the max/mean QPS of the cluster does not exceed 1.15.
22
22
assertion stat=qps type=balance ticks=6 upper_bound=1.15
23
23
----
24
- asserting: max_{stores}(qps)/mean_{stores}(qps) < 1.15 at each of last 6 ticks
24
+ asserting: max_{stores}(qps)/mean_{stores}(qps) ≤ 1.15 at each of last 6 ticks
25
25
26
26
# The second is a steady state assertion. The steady state assertion requires
27
27
# that during the last 6 ticks (60 seconds), the value of QPS per-store doesn't
@@ -32,7 +32,7 @@ asserting: max_{stores}(qps)/mean_{stores}(qps) < 1.15 at each of last 6 ticks
32
32
# to take a duration, not ticks.
33
33
assertion stat=qps type=steady ticks=6 upper_bound=0.05
34
34
----
35
- asserting: |qps(t)/mean_{T}(qps) - 1| < 0.05 ∀ t∈T and each store (T=last 6 ticks)
35
+ asserting: |qps(t)/mean_{T}(qps) - 1| ≤ 0.05 ∀ t∈T and each store (T=last 6 ticks)
36
36
37
37
# The generators are then called and 2 simulation runs, named samples are
38
38
# created and evaluated. Each sample has a fixed duration of 3 minutes.
@@ -50,15 +50,15 @@ qps#1: last: [s1=3999, s2=1997, s3=0, s4=0, s5=0, s6=1003, s7=0] (stddev=1413.6
50
50
qps#2: last: [s1=3996, s2=1996, s3=0, s4=0, s5=0, s6=1006, s7=0] (stddev=1412.60, mean=999.71, sum=6998)
51
51
artifacts[mma-only]: c48e80aec15208d6
52
52
failed assertion sample 1
53
- balance stat=qps threshold=(< 1.15) ticks=6
53
+ balance stat=qps threshold=(≤ 1.15) ticks=6
54
54
max/mean=4.00 tick=0
55
55
max/mean=4.00 tick=1
56
56
max/mean=4.00 tick=2
57
57
max/mean=4.00 tick=3
58
58
max/mean=4.00 tick=4
59
59
max/mean=4.00 tick=5
60
60
failed assertion sample 2
61
- balance stat=qps threshold=(< 1.15) ticks=6
61
+ balance stat=qps threshold=(≤ 1.15) ticks=6
62
62
max/mean=4.00 tick=0
63
63
max/mean=4.00 tick=1
64
64
max/mean=4.00 tick=2
@@ -90,15 +90,15 @@ qps#1: last: [s1=3995, s2=1998, s3=0, s4=0, s5=0, s6=1005, s7=0] (stddev=1412.5
90
90
qps#2: last: [s1=4000, s2=1995, s3=0, s4=0, s5=0, s6=1004, s7=0] (stddev=1413.71, mean=999.86, sum=6999)
91
91
artifacts[mma-only]: fc6f065395b9a390
92
92
failed assertion sample 1
93
- balance stat=qps threshold=(< 1.15) ticks=6
93
+ balance stat=qps threshold=(≤ 1.15) ticks=6
94
94
max/mean=4.00 tick=0
95
95
max/mean=4.00 tick=1
96
96
max/mean=4.00 tick=2
97
97
max/mean=4.00 tick=3
98
98
max/mean=4.00 tick=4
99
99
max/mean=4.00 tick=5
100
100
failed assertion sample 2
101
- balance stat=qps threshold=(< 1.15) ticks=6
101
+ balance stat=qps threshold=(≤ 1.15) ticks=6
102
102
max/mean=4.00 tick=0
103
103
max/mean=4.00 tick=1
104
104
max/mean=4.00 tick=2
0 commit comments