Skip to content

Commit 2a53d49

Browse files
committed
Add phpbenchmarks/stats
1 parent bb01214 commit 2a53d49

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
@@ -21,3 +21,5 @@
2121
$response = $kernel->handle($request);
2222
$response->send();
2323
$kernel->terminate($request, $response);
24+
25+
// require phpbenchmarks stats.php here when needed

web/rest.php

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

0 commit comments

Comments
 (0)