Skip to content

GeekEast/webframework-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmark Result

autocannon -c 100 -d 5 -p 10 http://localhsot:3000
autocannon -c 100 -d 5 -p 10 http://localhsot:3001
autocannon -c 100 -d 5 -p 10 http://localhsot:3002
autocannon -c 100 -d 5 -p 10 http://localhsot:3003
autocannon -c 100 -d 5 -p 10 http://localhsot:3004
autocannon -c 100 -d 5 -p 10 http://localhsot:3005
autocannon -c 100 -d 5 -p 10 http://localhsot:3006
Runtime Framework Port RPS Latency Middleware Github Start
node14.17.0 nanoexpress 3004 76k 12.75ms GitHub stars
go1.16 gin 3006 73k 13.35ms GitHub stars
go1.16 fiber 3005 72k 13.57ms GitHub stars
node14.17.0 fastify 3001 62k 15.82ms GitHub stars
node14.17.0 0http 3003 61k 15.86ms GitHub stars
node14.17.0 koa 3002 49k 19.80s GitHub stars
node14.17.0 express 3000 13k 75.53ms GitHub stars

Latency

  • Go Gin

no image found

  • Go Fiber

no image found

  • NanoExpress

no image found

  • 0http

no image found

  • koa

no image found

  • fastify

no image found

  • express

no image found

References