-
Notifications
You must be signed in to change notification settings - Fork 4.7k
UPSTREAM: googleapis/gnostic/compiler: 00000: Bad perf #15536
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
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: smarterclayton No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@deads2k this was 6 million allocations during integration test start (out of about 16 million total). I think that might shave as much as a third off the total time remaining on integration (rerunning the bits). |
Heh, ouch. Want to compare against my big hammer? #15537 We don't actually need openapi for integration tests |
I figured out what he was using the regex for. String prefixes. So I'm going to fix that and get a good upstream. I don't think we'll have to turn off open api after that, but I was not seeing it in my profiles after I fixed the obvious stuff. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: smarterclayton No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
My pull got test-integration to 90 minutes, this one is at 110 minutes. |
Might be useful to know where that 20s is coming from. |
Detected in #15326