Giter Site home page Giter Site logo

amirayat / python-webframeworks-loadtest Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 300 KB

Collection of some famous python web framework projects for the load test.

Home Page: https://medium.com/@amirayat20/which-python-web-framework-wins-over-the-others-9b7ca32e783c

Python 100.00%
django-rest-framework fastapi flask japronto sanic

python-webframeworks-loadtest's Introduction

Python Web Application Framework Load Test

Project Description

This project provides performance tests across some famous Python web application frameworks. The test criterion is receiving the list of records from the database(MongoDB and PostgreSQL) through REST API. You can find data in the directory /data and load them to the database. Here is the list of frameworks:

  • Django
  • FastAPI
  • Flask
  • Japronto
  • Sanic

Load Testing Tool

For each test, Apache Bench sends 5000 requests in batches of 100 concurrent by the following command.

ab -n 5000 -c 100 http://127.0.0.1:8000/countries/

Result

The final document of each test is saved in the /result directory. The results may vary on different systems.

Psycopg
PyMongo
Djongo
ORM
Asyncpg
Motor
SQLalchemy-async

Follow link to read more.

python-webframeworks-loadtest's People

Contributors

amirayat avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.