-
Notifications
You must be signed in to change notification settings - Fork 6
benchmarking result
Yuki Takei edited this page Apr 29, 2016
·
19 revisions
- Instance: Amazon EC2 t2.medium(vCPU: 2, CPU Credits / hour: 24, MEM: 4)
- OS: Ubuntu 14.04 LTS
- Test Tool: Apache Bench
- requests: 10000
- concurrency: 100
- Respond own index HTML
- build with
--configuration=swift
except for Kitura - Swift version 3.0-dev (LLVM b361b0fc05, Clang 11493b0f62, Swift 24a0c3de75)
- Node.js version 5.5.7
- go version 1.6
Server | Time (sec) | Time with Keep Alive (sec) | remarks |
---|---|---|---|
Slimane 0.1.0 | 1.387 | Cluster Mode (2 core used) | |
SlimaneHTTP 0.1.0 | 0.892 | Single Thread | |
Nginx 1.4.6 | 0.396 | worker connection 2 | |
Express 4.13.1 | 5.955 | pm2 cluster -i max | |
Revel 0.12.0 | 2.781 | concurrent wth goroutine | |
Swifton | 4.380 | --workers 2 | |
Kitura | 5.211 | debug build. must be more over 2 times faster |