Skip to content

Commit 14222a8

Browse files
committed
Add phpbenchmarks/stats
1 parent 9aceff8 commit 14222a8

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
@@ -1,3 +1,5 @@
11
<?php
22

33
echo 'Hello World !';
4+
5+
// require phpbenchmarks stats.php here when needed

rest.php

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

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

0 commit comments

Comments
 (0)