@@ -17,16 +17,16 @@ public function countersShouldIncrementAtomically()
17
17
18
18
$ start = microtime (true );
19
19
$ promises = [
20
- $ client ->getAsync ('/examples/some_request_uri.php?0 ' ),
21
- $ client ->getAsync ('/examples/some_request_uri.php?1 ' ),
22
- $ client ->getAsync ('/examples/some_request_uri.php?2 ' ),
23
- $ client ->getAsync ('/examples/some_request_uri.php?3 ' ),
24
- $ client ->getAsync ('/examples/some_request_uri.php?4 ' ),
25
- $ client ->getAsync ('/examples/some_request_uri.php?5 ' ),
26
- $ client ->getAsync ('/examples/some_request_uri.php?6 ' ),
27
- $ client ->getAsync ('/examples/some_request_uri.php?7 ' ),
28
- $ client ->getAsync ('/examples/some_request_uri.php?8 ' ),
29
- $ client ->getAsync ('/examples/some_request_uri.php?9 ' ),
20
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 0 ' ),
21
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 1 ' ),
22
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 2 ' ),
23
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 3 ' ),
24
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 4 ' ),
25
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 5 ' ),
26
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 6 ' ),
27
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 7 ' ),
28
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 8 ' ),
29
+ $ client ->getAsync ('/examples/some_request_uri.php?c= 9 ' ),
30
30
];
31
31
32
32
Promise \settle ($ promises )->wait ();
0 commit comments