Skip to content

Latest commit

 

History

History

_benchmarks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Benchmarks

Last updated on October 16, 2018.

October 16: add echo and vestigo 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

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

Higher is better

Static Path

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

Muxie

Httprouter

Gin

Gorilla Mux

Echo

Vestigo

Parameterized (dynamic) Path

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

Muxie

Httprouter

Gin

Gorilla Mux

Echo

Vestigo