Skip to content

Commit fdf47cf

Browse files
committed
Remove debbung lines
1 parent ffeafcb commit fdf47cf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/Benchmarks/Integrations/SymfonyBench.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function doRun()
3131
*/
3232
public function benchSymfonyBaseline()
3333
{
34-
file_put_contents('/tmp/artifacts/benchSymfonyOverhead.log', 'benchSymfonyBaseline request' . PHP_EOL, FILE_APPEND);
3534
$this->doRun();
3635
}
3736

@@ -42,16 +41,10 @@ public function benchSymfonyBaseline()
4241
* @Iterations(10)
4342
* @OutputTimeUnit("microseconds")
4443
* @RetryThreshold(10.0)
45-
* @Warmup(2)
44+
* @Warmup(1)
4645
*/
4746
public function benchSymfonyOverhead()
4847
{
49-
static $executionCount = 0;
50-
if ($executionCount === 0) {
51-
@mkdir('/tmp/artifacts', 0777, true);
52-
}
53-
$executionCount++;
54-
file_put_contents('/tmp/artifacts/benchSymfonyOverhead.log', 'benchSymfonyOverhead: Request number ' . $executionCount . PHP_EOL, FILE_APPEND);
5548
$this->doRun();
5649
}
5750

0 commit comments

Comments
 (0)