Skip to content

Commit

Permalink
[temporary] Remove Warmup
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Feb 22, 2024
1 parent e4823b4 commit db770e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions tests/Benchmarks/Integrations/LaravelBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class LaravelBench extends WebFrameworkTestCase
* @Iterations(10)
* @OutputTimeUnit("microseconds")
* @RetryThreshold(10.0)
* @Warmup(1)
*/
public function benchLaravelBaseline()
{
Expand All @@ -33,7 +32,6 @@ public function benchLaravelBaseline()
* @Iterations(10)
* @OutputTimeUnit("microseconds")
* @RetryThreshold(10.0)
* @Warmup(1)
*/
public function benchLaravelOverhead()
{
Expand Down
2 changes: 0 additions & 2 deletions tests/Benchmarks/Integrations/SymfonyBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class SymfonyBench extends WebFrameworkTestCase
* @Iterations(10)
* @OutputTimeUnit("microseconds")
* @RetryThreshold(10.0)
* @Warmup(1)
*/
public function benchSymfonyBaseline()
{
Expand All @@ -33,7 +32,6 @@ public function benchSymfonyBaseline()
* @Iterations(10)
* @OutputTimeUnit("microseconds")
* @RetryThreshold(10.0)
* @Warmup(1)
*/
public function benchSymfonyOverhead()
{
Expand Down
2 changes: 0 additions & 2 deletions tests/Benchmarks/Integrations/WordPressBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class WordPressBench extends WebFrameworkTestCase
* @Iterations(10)
* @OutputTimeUnit("microseconds")
* @RetryThreshold(10.0)
* @Warmup(1)
*/
public function benchEnhancedWordPressOverhead()
{
Expand All @@ -33,7 +32,6 @@ public function benchEnhancedWordPressOverhead()
* @Iterations(10)
* @OutputTimeUnit("microseconds")
* @RetryThreshold(10.0)
* @Warmup(1)
*/
public function benchWordPressOverhead()
{
Expand Down

0 comments on commit db770e4

Please sign in to comment.