Skip to content

Quickly Benchmark different python frameworks on your machine!

Notifications You must be signed in to change notification settings

tushar5526/python-framework-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarks 🚀

A repository to do simple "echo server" benchmarks for famous ASGI and WSGI Python frameworks

Screenshot 2023-10-07 at 9 55 45 PM

How to Run Benchmarks 🛠️

  1. Install dependencies
python -m venv venv
source venv/bin/activate

pip install -r requirements.txt
  1. Run benchmark script
python benchmark.py

Benchmark results are stored in the results folder. You can also use the Makefile to manually run benchmarks.

Important Note

This repository does not aim to harm or label any framework as good or bad. The benchmarks are conducted solely for performance evaluation and comparison purposes. The choice of a framework should be based on your specific project requirements and preferences. Huge respect to the minds behind all these awesome projects!