Skip to content

pacoyang/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Server Performance Benchmarking

Reference to toolbench. I create my own tool to benchmark the performance of HTTP protocol of a variety of server frameworks.

Environment

  • Python 3.6
  • Node 8.7.0
  • PHP 7.2

Macbook Pro 2.6 GHz Intel Core i5, only run one process

Result

wrk -t12 -c300 -d30s http://127.0.0.1:8080/
Framework Req/s
aiohttp 3342.28
aiohttp + uvloop 5432.48
tornado 1666.53
node.js 17961.25
express 10343.15
swoole 54802.21

About

Network Server Performance Benchmarking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published