Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 806 Bytes

helloWorld.md

File metadata and controls

17 lines (11 loc) · 806 Bytes

Hello world benchmark

This benchmark shows the overhead cost of using a template engine 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.

Features

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

  • An entry point. Example.
  • A template used by this entry point. Example.
  • Write Hello World ! in response body as fast as possible. Example.

Back to documentation index