1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 20:17:05 +00:00

minor fixes on jet and pug view engines

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-09-27 22:42:42 +03:00
parent 29010bfd7c
commit 50d346de84
6 changed files with 37 additions and 16 deletions

View File

@@ -50,7 +50,7 @@ Amber, Ace and Pug parsers minifies the template before render. So, to have a fa
## How to Run
```sh
$ go get -u github.com/kataras/server-benchmarks
$ go get -u github.com/codesenberg/bombardier
$ go install github.com/kataras/server-benchmarks@latest
$ go install github.com/codesenberg/bombardier@latest
$ server-benchmarks --wait-run=3s -o ./results
```