File tree 1 file changed +4
-4
lines changed
tests/Benchmarks/Integrations
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
class WordPressBench extends WebFrameworkTestCase
11
11
{
12
12
/**
13
- * @BeforeMethods("enableEnhancedWordPressTracing ")
13
+ * @BeforeMethods("enableWordPressTracing ")
14
14
* @AfterMethods("afterMethod")
15
15
* @Revs(10)
16
16
* @Iterations(10)
17
17
* @OutputTimeUnit("microseconds")
18
18
* @RetryThreshold(10.0)
19
19
* @Warmup(1)
20
20
*/
21
- public function benchEnhancedWordPressOverhead ()
21
+ public function benchWordPressOverhead ()
22
22
{
23
23
$ this ->call (GetSpec::create (
24
24
'A simple GET request with a view ' ,
@@ -27,15 +27,15 @@ public function benchEnhancedWordPressOverhead()
27
27
}
28
28
29
29
/**
30
- * @BeforeMethods("enableWordPressTracing ")
30
+ * @BeforeMethods("enableEnhancedWordPressTracing ")
31
31
* @AfterMethods("afterMethod")
32
32
* @Revs(10)
33
33
* @Iterations(10)
34
34
* @OutputTimeUnit("microseconds")
35
35
* @RetryThreshold(10.0)
36
36
* @Warmup(1)
37
37
*/
38
- public function benchWordPressOverhead ()
38
+ public function benchEnhancedWordPressOverhead ()
39
39
{
40
40
$ this ->call (GetSpec::create (
41
41
'A simple GET request with a view ' ,
You can’t perform that action at this time.
0 commit comments