api-performance-tests icon indicating copy to clipboard operation
api-performance-tests copied to clipboard

Benchmarking Litestar vs other ASGI API framework

Results 9 api-performance-tests issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.4.0 to 2.6.1. Release notes Sourced from dnspython's releases. dnspython 2.6.1 See What's New for details. This is a bug fix release for 2.6.0 where the "TuDoor"...

dependencies
python

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies
python

### Pull Request Checklist - [x] New code has 100% test coverage - [x ] (If applicable) The prose documentation has been updated to reflect the changes introduced by this...

Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.6 to 0.0.7. Changelog Sourced from python-multipart's changelog. 0.0.7 (2024-02-03) Refactor header option parser to use the standard library instead of a custom RegEx #75. Commits c83e6da...

dependencies
python

### Description the fastapi code fail at startup with `PydanticUndefinedAnnotation` ### URL to code causing the issue _No response_ ### MCVE bug is gone if I edit the the file...

bug

### Summary Similar to https://polyfactory.litestar.dev/, have documentation that has a nice UI for people to look at the benchmarks. A place we can point people to. https://benchmarks.litestar.dev/ (maybe we have...

documentation

Things that we need tests for: - [x] File upload - [ ] Parsing of incoming data (Starlite + FastAPI only) - [x] Handling of request bodies (text/form/json) - [...

enhancement