Marwan Rabbâa
Marwan Rabbâa
Since we use flirt to install dependencies on all our framework @nicksspirit. The initial idea was to use pyproject, and flirt seems accurate for this simple task Any suggestion?
I tried and ```python root@dec4b844477f:/usr/src/app# uv pip install responder --system Using Python 3.13.1 environment at: /usr/local Resolved 39 packages in 1.92s Built docopt==0.6.2 Built promise==2.3 Built graphql-server-core==2.0.0 x Failed to...
Sorry, it works with `==3.0.0.dev0`.
Sure @WhitewaterDave . Let's ping some authors / contributors to see if their is no opposition to do so, and go one. Start a PR ... and if you are...
@hatoo the performance gap is less important for me than consistency. I mean if wrk give that the results that framework A is better than framework B with 50% performance...
Based on the command `wrk http://172.17.0.2:3000` and ` ~/.cargo/bin/oha http://172.17.0.2:3000 -z 10s -c 10 -j --no-tui`, I have some more details @hatoo + https://github.com/tokio-rs/axum ``` Running 10s test @ http://172.17.0.2:3000...
Hi, Thanks for your interest in this project, but not convinced about that. However, not against displaying that. Feel free to propose a PR Regards,
We actually use `wrk` (without rate limit) and I have some results that I can not understand. Testing this line https://github.com/the-benchmarker/web-frameworks/blob/aedc5b0a39a18840b7818906f389f6277b66cbd1/rust/actix/src/main.rs#L12 with `wrk`, `wrk http://172.17.0.6:3000` I have ``` Running 10s...
Then feel free to add it ❤️
The PR should be done in `web-frameworks` project