File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ benchmarks-tracer:
56
56
- ext/**/*
57
57
- src/**/*
58
58
- zend_abstract_interface/**/*
59
+ - tests/Benchmarks/**/*
60
+ - benchmark/*
59
61
compare_to : " master"
60
62
when : on_success
61
63
- when : manual
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public function benchExtractTraceContext64Bit()
56
56
57
57
/**
58
58
* @Revs(1)
59
- * @Iterations(10 )
59
+ * @Iterations(15 )
60
60
* @OutputTimeUnit("microseconds")
61
61
* @RetryThreshold(10.0)
62
62
* @BeforeMethods("resetContext")
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class PDOBench
22
22
/**
23
23
* @BeforeMethods({"disablePDOIntegration"})
24
24
* @Revs(100)
25
- * @Iterations(5 )
25
+ * @Iterations(15 )
26
26
* @OutputTimeUnit("microseconds")
27
27
* @RetryThreshold(10.0)
28
28
*/
@@ -34,7 +34,7 @@ public function benchPDOBaseline()
34
34
/**
35
35
* @BeforeMethods({"enablePDOIntegration"})
36
36
* @Revs(100)
37
- * @Iterations(5 )
37
+ * @Iterations(15 )
38
38
* @OutputTimeUnit("microseconds")
39
39
* @RetryThreshold(10.0)
40
40
*/
@@ -46,7 +46,7 @@ public function benchPDOOverhead()
46
46
/**
47
47
* @BeforeMethods({"enablePDOIntegrationWithDBM"})
48
48
* @Revs(100)
49
- * @Iterations(5 )
49
+ * @Iterations(15 )
50
50
* @OutputTimeUnit("microseconds")
51
51
* @RetryThreshold(10.0)
52
52
*/
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class PHPRedisBench
15
15
* @BeforeMethods({"disablePHPRedisIntegration"})
16
16
* @AfterMethods({"closeConnection"})
17
17
* @Revs(100)
18
- * @Iterations(5 )
18
+ * @Iterations(15 )
19
19
* @OutputTimeUnit("microseconds")
20
20
* @RetryThreshold(10.0)
21
21
*/
@@ -28,7 +28,7 @@ public function benchRedisBaseline()
28
28
* @BeforeMethods({"enablePHPRedisIntegration"})
29
29
* @AfterMethods({"closeConnection"})
30
30
* @Revs(100)
31
- * @Iterations(5 )
31
+ * @Iterations(15 )
32
32
* @OutputTimeUnit("microseconds")
33
33
* @RetryThreshold(10.0)
34
34
*/
You can’t perform that action at this time.
0 commit comments