Eden Kirin e92a56c393 Initial
2023-10-26 13:25:10 +02:00
2023-10-26 13:25:10 +02:00
2023-10-23 23:41:46 +02:00
2023-10-25 17:55:36 +02:00
2023-10-23 23:05:18 +02:00
2023-10-26 13:25:10 +02:00
2023-10-26 13:25:10 +02:00
2023-10-23 11:29:40 +02:00
2023-10-26 09:51:30 +02:00

Golang template testing

Libs

Howto

Bombardier benchmark

Pandora - Jet templating engine

eden@pandora:[~/apps/sandbox/golang/iris-web-framework]: bombardier -c 100 -d 10s -l http://localhost:8000                                ±[A1][main]
Bombarding http://localhost:8000 for 10s using 100 connection(s)
Done!
Statistics        Avg      Stdev        Max
  Reqs/sec     10542.16    2631.23   17296.86
  Latency        9.50ms     3.22ms    42.93ms
  Latency Distribution
     50%     8.77ms
     75%    11.86ms
     90%    15.31ms
     95%    17.86ms
     99%    23.90ms
  HTTP codes:
    1xx - 0, 2xx - 105258, 3xx - 0, 4xx - 0, 5xx - 0
    others - 0
  Throughput:    28.08MB/s
eden@pandora:[~/apps/sandbox/golang/iris-web-framework]: bombardier -c 100 -d 10s -l http://localhost:8000/users                          ±[A1][main]
Bombarding http://localhost:8000/users for 10s using 100 connection(s)
Done!
Statistics        Avg      Stdev        Max
  Reqs/sec      1096.26     427.09    3211.54
  Latency       91.08ms    80.06ms   471.41ms
  Latency Distribution
     50%    78.37ms
     75%   156.58ms
     90%   191.60ms
     95%   223.49ms
     99%   309.59ms
  HTTP codes:
    1xx - 0, 2xx - 11060, 3xx - 0, 4xx - 0, 5xx - 0
    others - 0
  Throughput:    19.91MB/s
Description
No description provided
Readme 218 KiB
Languages
Go 98%
CSS 0.8%
Makefile 0.6%
SCSS 0.6%