-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Performance drop (docker file always rebuilt even on official action) #414
Comments
I don't see any recent changes that could have caused this performance drop 😕 There's a new option If it suddenly increased and you use the detailed language feature, it could come from here since it basically clone your repos to compute stats so maybe it could correlate with you recent work? |
git log --since="June 30 2021" --until="July 2 2021" Only outputs 2 commits (5a15dfd and f22a6d6), neither of them look like they should cause such a performance drop. |
Hello, maybe not related, but it seems the dockerFile is always rebuilded ( even using official repo + setting use_prebuilt_image : yes ) .... And following the documentation : Faster execution with prebuilt docker images
So, it can explain this bug ? |
@thib3113 Nice catch 👍 ! It seems the following line doesn't work anymore: metrics/source/app/action/action.yml Line 58 in f9df323
Because the line which try to extract the action owner doesn't get correctly parsed: metrics/source/app/action/action.yml Lines 44 to 46 in f9df323
For some reason, additional underscores got added but not sure why. If this is always underscores getting added, maybe we should just add an additional sed to remove them, I don't think they're allowed in GitHub usernames |
Metrics runs have had a consistent large uptick in generation time after July 1 with no change to the settings by me from Jun 27 - Jul 6.
2 Jul 18:22
1 Jul 18:21
30 Jun 23:05
(custom run)
30 Jun 18:21
The text was updated successfully, but these errors were encountered: