Skip to content

Benchmark popular Python WSGI servers with Tsung in Kubernetes

Notifications You must be signed in to change notification settings

kubeup/python-wsgi-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python WSGI Server Benchmark

We run Tsung in Kubernetes to load testing several popular Python WSGI servers to understand the performance of Python servers under high load. This repo described the detailed testing environment.

All the tests are done through Jenkins job and you can find the test results in this spreadsheet. If you wanted to add more target projects to the list or to improve the test cases, feel free to send a PR. You'll find the updated test results after we run the Jenkins job periodically.

Target projects

Currently we test these Python WSGI servers:

Test cases

We run these test cases

Test methods

For each test target, we run load testing for 90 seconds. For the first 60 seconds, 5 new virtual users got spawned every second. Each virtual user will connect to the target server and fire http GET request for 10000 times.

Tsung will dump test stats every 10 seconds. We will gather all the dumped stats for analysis and plotting.

Test results

We found Bjoern has the highest QPS at around 10,000/s which is quite impressive. You could find the detailed test results at here.

About

Benchmark popular Python WSGI servers with Tsung in Kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages