Skip to content

Commit 77bc1ba

Browse files
committed
Add phpbenchmarks/stats
1 parent a931c87 commit 77bc1ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

helloworld.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
declare(strict_types=1);
44

55
echo 'Hello World !';
6+
7+
// require phpbenchmarks stats.php here when needed

rest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ function encodeType(CommentType $type): array
5656
}
5757

5858
echo json_encode($data);
59+
60+
// require phpbenchmarks stats.php here when needed

0 commit comments

Comments
 (0)