python-web-perf icon indicating copy to clipboard operation
python-web-perf copied to clipboard

Code for testing performance of popular python webservers

Results 25 python-web-perf issues
Sort by recently updated
recently updated
newest added

Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1. Changelog Sourced from websockets's changelog. 9.1 ... May 27, 2021 .. note:: **Version 9.1 fixes a security issue introduced in version 8.0.** Version 8.0...

dependencies

Bumps [autobahn](https://github.com/crossbario/autobahn-js) from 20.4.3 to 20.12.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autobahn&package-manager=pip&previous-version=20.4.3&new-version=20.12.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...

dependencies

The readme here talks about cores a bit more accurately than the blog post. "Async frameworks, due to their IO concurrency, are able to saturate a single **CPU** with a...

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...

dependencies

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.5 to 0.11.7. Release notes Sourced from uvicorn's releases. Version 0.11.7 0.11.7 SECURITY FIX: Prevent sending invalid HTTP header names and values. SECURITY FIX: Ensure path value...

dependencies

First, thank you for doing such a lot of works, they are really valuable. Then, I have reproduced most of your results. Except that I change those DB connections with...

Quart/hypercorn was one of the first ASGI (WSGI successor) frameworks. Please add it to your benchmarks. Note: I have no idea of its performance :) as I believe it's pure...

I've just been running on my mac (with the intention of trying to run up in the cloud later), have hit the following (I assume I have something configured wrong):...