-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
x/build: restore performance benchmarking dashboard #20552
Comments
Another trybot run: https://storage.googleapis.com/go-build-log/f7eb06b6/linux-amd64_26eecad0.log |
@quentinmit, this looks like the new benchmarks-on-trybot code having problems in some cases. Can you take a look? |
"use of internal package not allowed" |
Trybot benchmarking was disabled, as announced on golang-dev, so pushing this to Go 1.10. |
Part of the problem is that I cannot not figure out how to run trybots, etc builder services locally to tinker with it and being able to see results. In case of Playground I could run the whole thing in a docker. @bradfitz, How does contributors to x/build run trybots locally? |
@ysmolsky, unfortunately the build system is not easy to hack on locally. It's possible, but pretty tedious and you need to be pretty aware of how it all works. Often times we do most of our testing in our dev+staging GCP project. |
In a trybot run in https://storage.googleapis.com/go-build-log/dd2f2f0c/linux-amd64_19b3a9d1.log , after the build and the tests are complete, I see this:
The text was updated successfully, but these errors were encountered: