1 of 8

(Python) webserver�benchmarking

Vit Listik

13.2.2020

2 of 8

Purpose

  • How fast is my app?

2

3 of 8

Benchmarking tool

  • WRK
  • Others
    • Siege
    • Wrk2

3

4 of 8

Benchmarking env

  • OS virtual machine
    • 16 CPU
    • 8 GB RAM
  • Docker

4

5 of 8

Frameworks & servers

  • Python
  • Flask
    • Dev
    • Gevent
    • Uwsgi
    • Apache mod_wsgi
    • Twisted
    • Gunicorn
      • Sync, Eventlet, Mainheld, Gevent
  • Tornado
  • Golang
  • Http
  • Fasthttp

5

6 of 8

Results

6

7 of 8

Results

7

8 of 8

References

8