-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-enable the end-to-end, pipeline, and server benchmarks #2930
Comments
I will start with reenabling benches/end_to_end.rs |
There's a comment in #2934 about what makes it a little harder, which may help in writing the PR. |
I'm a bit new to open source, i did the changes, but need a bit of help for pushing the branch to this repo, when i try to push i get the following error:
Do you have any idea ? @seanmonstar @oddgrd |
You can click the "Fork" button at the top right of this page, and then you can |
Thank you ! here is the pr: #2937 |
This were disabled as part of #2929, since they depended on
HttpConnector
orServer::bind
. The first two are easier than the last:benches/pipeline.rs
benches/server.rs
benches/end_to_end.rs
The text was updated successfully, but these errors were encountered: