Skip to content

Commit 1ffcf53

Browse files
committed
Improve time assertions
1 parent 5e6b8dd commit 1ffcf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark/TypeResolverBench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function benchResolveSingleType() : void
4141
* "blackfire",
4242
* assertions={
4343
* {"expression"="main.peak_memory < 11kb", "title"="memory peak"},
44-
* "main.wall_time < 300us"
44+
* "main.wall_time < 0.5ms"
4545
* }
4646
* )
4747
*/

0 commit comments

Comments
 (0)