benchmarking result - noppoMan/Slimane GitHub Wiki

Benchmarking

Environment

  • Instance: Amazon EC2 t2.medium(vCPU: 2, CPU Credits / hour: 24, MEM: 4)
  • OS: Ubuntu 14.04 LTS
  • Test Tool: Apache Bench

Conditions

  • requests: 10000
  • concurrency: 100
  • Respond own index HTML

Results

  • 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