Skip to content

Latest commit

 

History

History
104 lines (63 loc) · 2.27 KB

README.md

File metadata and controls

104 lines (63 loc) · 2.27 KB

Benchmark chart between muxie, httprouter, gin, gorilla mux, echo, vestigo and chi

Higher is better.

Last updated on October 17, 2018.

October 16 & 17: add echo, vestigo and chi benchmarks against the same environments

October 15: benchmark between muxie, httprouter, gin and gorilla mux

Hardware

  • Processor: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz 2.20GHz
  • RAM: 16.00 GB

Software

Results

Static Path

bombardier -c 125 -n 1000000 http://localhost:3000

Muxie

Httprouter

Gin

Gorilla Mux

Echo

Vestigo

Chi

Parameterized (dynamic) Path

bombardier -c 125 -n 1000000 http://localhost:3000/user/42

Muxie

Httprouter

Gin

Gorilla Mux

Echo

Vestigo

Chi