@@ -11,6 +11,7 @@ class SamplingRuleMatchingBench
1111 * @Iterations(10)
1212 * @OutputTimeUnit("microseconds")
1313 * @RetryThreshold(10.0)
14+ * @Warmup(1)
1415 */
1516 public function benchGlobMatching1 (): void
1617 {
@@ -22,6 +23,7 @@ public function benchGlobMatching1(): void
2223 * @Iterations(10)
2324 * @OutputTimeUnit("microseconds")
2425 * @RetryThreshold(10.0)
26+ * @Warmup(1)
2527 */
2628 public function benchGlobMatching2 (): void
2729 {
@@ -33,6 +35,7 @@ public function benchGlobMatching2(): void
3335 * @Iterations(10)
3436 * @OutputTimeUnit("microseconds")
3537 * @RetryThreshold(10.0)
38+ * @Warmup(1)
3639 */
3740 public function benchGlobMatching3 (): void
3841 {
@@ -44,6 +47,7 @@ public function benchGlobMatching3(): void
4447 * @Iterations(10)
4548 * @OutputTimeUnit("microseconds")
4649 * @RetryThreshold(10.0)
50+ * @Warmup(1)
4751 */
4852 public function benchGlobMatching4 (): void
4953 {
@@ -55,6 +59,7 @@ public function benchGlobMatching4(): void
5559 * @Iterations(10)
5660 * @OutputTimeUnit("microseconds")
5761 * @RetryThreshold(10.0)
62+ * @Warmup(1)
5863 */
5964 public function benchRegexMatching1 (): void
6065 {
@@ -66,6 +71,7 @@ public function benchRegexMatching1(): void
6671 * @Iterations(10)
6772 * @OutputTimeUnit("microseconds")
6873 * @RetryThreshold(10.0)
74+ * @Warmup(1)
6975 */
7076 public function benchRegexMatching2 (): void
7177 {
@@ -77,6 +83,7 @@ public function benchRegexMatching2(): void
7783 * @Iterations(10)
7884 * @OutputTimeUnit("microseconds")
7985 * @RetryThreshold(10.0)
86+ * @Warmup(1)
8087 */
8188 public function benchRegexMatching3 (): void
8289 {
@@ -88,6 +95,7 @@ public function benchRegexMatching3(): void
8895 * @Iterations(10)
8996 * @OutputTimeUnit("microseconds")
9097 * @RetryThreshold(10.0)
98+ * @Warmup(1)
9199 */
92100 public function benchRegexMatching4 (): void
93101 {
0 commit comments