mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
26 lines
682 B
YAML
26 lines
682 B
YAML
|
- Name: Template Layout, Partial and Data
|
||
|
Description: >
|
||
|
Fires {{.NumberOfRequests}} requests with {{.NumberOfConnections}} concurrent clients.
|
||
|
It receives HTML response.
|
||
|
The server handler sets some template **data** and renders a
|
||
|
template file which consists of a **layout** and a **partial** footer.
|
||
|
NumberOfRequests: 1000000
|
||
|
NumberOfConnections: 125
|
||
|
Method: GET
|
||
|
URL: http://localhost:8080
|
||
|
Envs:
|
||
|
- Name: Ace
|
||
|
Dir: ./ace
|
||
|
- Name: Blocks
|
||
|
Dir: ./blocks
|
||
|
- Name: Django
|
||
|
Dir: ./django
|
||
|
- Name: Handlebars
|
||
|
Dir: ./handlebars
|
||
|
- Name: HTML
|
||
|
Dir: ./html
|
||
|
- Name: Jet
|
||
|
Dir: ./jet
|
||
|
- Name: Pug
|
||
|
Dir: ./pug
|