From db770e45485db6646859f037331ece9db79176a7 Mon Sep 17 00:00:00 2001 From: Alexandre Choura Date: Thu, 22 Feb 2024 13:05:18 +0100 Subject: [PATCH] [temporary] Remove Warmup --- tests/Benchmarks/Integrations/LaravelBench.php | 2 -- tests/Benchmarks/Integrations/SymfonyBench.php | 2 -- tests/Benchmarks/Integrations/WordPressBench.php | 2 -- 3 files changed, 6 deletions(-) diff --git a/tests/Benchmarks/Integrations/LaravelBench.php b/tests/Benchmarks/Integrations/LaravelBench.php index d411fa21813..eb31fc3559e 100644 --- a/tests/Benchmarks/Integrations/LaravelBench.php +++ b/tests/Benchmarks/Integrations/LaravelBench.php @@ -16,7 +16,6 @@ class LaravelBench extends WebFrameworkTestCase * @Iterations(10) * @OutputTimeUnit("microseconds") * @RetryThreshold(10.0) - * @Warmup(1) */ public function benchLaravelBaseline() { @@ -33,7 +32,6 @@ public function benchLaravelBaseline() * @Iterations(10) * @OutputTimeUnit("microseconds") * @RetryThreshold(10.0) - * @Warmup(1) */ public function benchLaravelOverhead() { diff --git a/tests/Benchmarks/Integrations/SymfonyBench.php b/tests/Benchmarks/Integrations/SymfonyBench.php index 634224cf552..bf3bb6c1ee3 100644 --- a/tests/Benchmarks/Integrations/SymfonyBench.php +++ b/tests/Benchmarks/Integrations/SymfonyBench.php @@ -16,7 +16,6 @@ class SymfonyBench extends WebFrameworkTestCase * @Iterations(10) * @OutputTimeUnit("microseconds") * @RetryThreshold(10.0) - * @Warmup(1) */ public function benchSymfonyBaseline() { @@ -33,7 +32,6 @@ public function benchSymfonyBaseline() * @Iterations(10) * @OutputTimeUnit("microseconds") * @RetryThreshold(10.0) - * @Warmup(1) */ public function benchSymfonyOverhead() { diff --git a/tests/Benchmarks/Integrations/WordPressBench.php b/tests/Benchmarks/Integrations/WordPressBench.php index edee05fc503..aae6d7fc40e 100644 --- a/tests/Benchmarks/Integrations/WordPressBench.php +++ b/tests/Benchmarks/Integrations/WordPressBench.php @@ -16,7 +16,6 @@ class WordPressBench extends WebFrameworkTestCase * @Iterations(10) * @OutputTimeUnit("microseconds") * @RetryThreshold(10.0) - * @Warmup(1) */ public function benchEnhancedWordPressOverhead() { @@ -33,7 +32,6 @@ public function benchEnhancedWordPressOverhead() * @Iterations(10) * @OutputTimeUnit("microseconds") * @RetryThreshold(10.0) - * @Warmup(1) */ public function benchWordPressOverhead() {