File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
tests/Benchmarks/Integrations Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments