Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1 KB

helloWorld.md

File metadata and controls

19 lines (12 loc) · 1 KB

Hello world benchmark

This benchmark shows the overhead cost of using a framework instead of writing your code in PHP.

To respect that code should write Hello World ! (yes, with space before !, cocorico ;)) in response body, as fast as possible.

Disable everything you can: template engine, session, database access etc.

Features

Don't forget this features as to be coded in common repository.

  • A route with the url /benchmark/helloworld. Example.
  • A controller called by this route. Example.
  • This controller should write Hello World ! in response body as fast as possible. Example.

Back to documentation index