Skip to content

Commit 7c16a82

Browse files
committed
Add phpbenchmarks/stats
1 parent 26cfa54 commit 7c16a82

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

web/rest.php

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

0 commit comments

Comments
 (0)