We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf007d commit a6aae86Copy full SHA for a6aae86
1 file changed
examples/95-benchmark-memory.php
@@ -2,9 +2,9 @@
2
3
/**
4
* Run the script indefinitely seconds with the loop from the factory and report every 2 seconds:
5
- * php test-memory.php
+ * php 95-benchmark-memory.php
6
* Run the script for 30 seconds with the stream_select loop and report every 10 seconds:
7
- * php test-memory.php -t 30 -l StreamSelect -r 10
+ * php 95-benchmark-memory.php -t 30 -l StreamSelect -r 10
8
*/
9
10
use React\EventLoop\Factory;
0 commit comments