python-web-perf
python-web-perf copied to clipboard
Code for testing performance of popular python webservers
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Bumps [twisted](https://github.com/twisted/twisted) from 20.3.0 to 22.10.0. Release notes Sourced from twisted's releases. Twisted 22.10.0 (2022-10-30) This release contains a security fix for CVE-2022-39348. This is a low-severity security bug. Twisted...
Bumps [sanic](https://github.com/sanic-org/sanic) from 19.12.2 to 20.12.7. Release notes Sourced from sanic's releases. Version 20.12.7 Resolves #2477 and #2478 See also #2495 and https://github.com/sanic-org/sanic/security/advisories/GHSA-8cw9-5hmv-77w6 Full Changelog: https://github.com/sanic-org/sanic/compare/v20.12.6...v20.12.7 Version 20.12.6 What's Changed...
Bumps [pycares](https://github.com/saghul/pycares) from 3.1.1 to 4.2.0. Release notes Sourced from pycares's releases. 4.2.0 What's Changed dependency update to c-ares by @aviadhahami in saghul/pycares#170 New Contributors @aviadhahami made their first contribution...
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 2.0.3 to 5.4.0. Release notes Sourced from ujson's releases. 5.4.0 Added Add support for arbitrary size integers (#548) @JustAnotherArchivist Fixed CVE-2022-31116: Replace wchar_t string decoding implementation with...
Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.18 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...
Bumps [httpx](https://github.com/encode/httpx) from 0.9.3 to 0.23.0. Release notes Sourced from httpx's releases. Version 0.23.0 0.23.0 (23rd May, 2022) Changed Drop support for Python 3.6. (#2097) Use utf-8 as the default...
Are you open to incorporate pull requests that add other frameworks? I'm happy to add one for Pyramid with a couple of WSGI servers. If yes, would you run the...
Consering the fact asyncio frameworks supports connection pooling, theres no reason to use pgbouncer alongside asyncio
Hi, thanks for doing this test. Wanted to mention a few important bugs that I've found in your tests. - The first one is pretty simple. For the aiohttp test...