Adam Hopkins

Results 354 comments of Adam Hopkins

I began a project using the [Sanic framework](https://github.com/channelcat/sanic). The whole framework runs on an event loop. I needed to integrate some CLI commands and to be able to execute some...

> This issue seems to be specific to Python 3.6. My CI uses the latest 3.9 (via latest Sphinx).

Great idea. You can also add [uvicorn](https://www.uvicorn.org/) for Python (ASGI).

That pattern is valid and mainly used because gunicorn has a rich feature set. For the ASGI frameworks, I would suggest variants: - hypercorn - Daphne - uvicorn - gunicorn...

I would say test against the latest version of python that all frameworks support. The bigger question is not _how_ fast a framework _can_ perform. Benchmarks for those numbers are...

Caching is (IMO) the biggest problem with benchmarks. Many frameworks handle it differently, and it doesn't really test the framework speed since it should be an equalizer. "Proper" results that...

> Thanks for your feedback @ahopkins. I think that the main question is what do we want to reflect ? The problem that I see is that it encourages **makers**...

> Seems that this vision is aligned with mine. Can you be a bit more explicit about how this goal could be achieved ? Sure. Probably some sort of a...