Skip to content

Commit a6aae86

Browse files
committed
Fix filename in docblock
1 parent fdf007d commit a6aae86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/95-benchmark-memory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
/**
44
* Run the script indefinitely seconds with the loop from the factory and report every 2 seconds:
5-
* php test-memory.php
5+
* php 95-benchmark-memory.php
66
* 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
7+
* php 95-benchmark-memory.php -t 30 -l StreamSelect -r 10
88
*/
99

1010
use React\EventLoop\Factory;

0 commit comments

Comments
 (0)