@@ -11,6 +11,7 @@ class SamplingRuleMatchingBench
11
11
* @Iterations(10)
12
12
* @OutputTimeUnit("microseconds")
13
13
* @RetryThreshold(10.0)
14
+ * @Warmup(1)
14
15
*/
15
16
public function benchGlobMatching1 (): void
16
17
{
@@ -22,6 +23,7 @@ public function benchGlobMatching1(): void
22
23
* @Iterations(10)
23
24
* @OutputTimeUnit("microseconds")
24
25
* @RetryThreshold(10.0)
26
+ * @Warmup(1)
25
27
*/
26
28
public function benchGlobMatching2 (): void
27
29
{
@@ -33,6 +35,7 @@ public function benchGlobMatching2(): void
33
35
* @Iterations(10)
34
36
* @OutputTimeUnit("microseconds")
35
37
* @RetryThreshold(10.0)
38
+ * @Warmup(1)
36
39
*/
37
40
public function benchGlobMatching3 (): void
38
41
{
@@ -44,6 +47,7 @@ public function benchGlobMatching3(): void
44
47
* @Iterations(10)
45
48
* @OutputTimeUnit("microseconds")
46
49
* @RetryThreshold(10.0)
50
+ * @Warmup(1)
47
51
*/
48
52
public function benchGlobMatching4 (): void
49
53
{
@@ -55,6 +59,7 @@ public function benchGlobMatching4(): void
55
59
* @Iterations(10)
56
60
* @OutputTimeUnit("microseconds")
57
61
* @RetryThreshold(10.0)
62
+ * @Warmup(1)
58
63
*/
59
64
public function benchRegexMatching1 (): void
60
65
{
@@ -66,6 +71,7 @@ public function benchRegexMatching1(): void
66
71
* @Iterations(10)
67
72
* @OutputTimeUnit("microseconds")
68
73
* @RetryThreshold(10.0)
74
+ * @Warmup(1)
69
75
*/
70
76
public function benchRegexMatching2 (): void
71
77
{
@@ -77,6 +83,7 @@ public function benchRegexMatching2(): void
77
83
* @Iterations(10)
78
84
* @OutputTimeUnit("microseconds")
79
85
* @RetryThreshold(10.0)
86
+ * @Warmup(1)
80
87
*/
81
88
public function benchRegexMatching3 (): void
82
89
{
@@ -88,6 +95,7 @@ public function benchRegexMatching3(): void
88
95
* @Iterations(10)
89
96
* @OutputTimeUnit("microseconds")
90
97
* @RetryThreshold(10.0)
98
+ * @Warmup(1)
91
99
*/
92
100
public function benchRegexMatching4 (): void
93
101
{
0 commit comments