Skip to content

Commit fa0bc40

Browse files
committed
Add phpbenchmarks/stats
1 parent 054b5a4 commit fa0bc40

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

web/helloworld.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@
1717
$response = $kernel->handle($request);
1818
$response->send();
1919
$kernel->terminate($request, $response);
20+
21+
// require phpbenchmarks stats.php here when needed

web/rest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@
1717
$response = $kernel->handle($request);
1818
$response->send();
1919
$kernel->terminate($request, $response);
20+
21+
// require phpbenchmarks stats.php here when needed

0 commit comments

Comments
 (0)