You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In other words, I suggest invalidate cache in the 1.0-SNAPSHOT each time we have a fresh build. It's a bit better than disabling cache at all, but of course not so fast with the plain cache. But with the janitor we won't have problems with stale cache anymore.
All benchmarks are within the acceptable range. No critical degradation detected (threshold is 100%). Please refer to the detailed report for more information.
Click to see the detailed report
Test
Base Score
PR Score
Change
% Change
Unit
Mode
benchmarks.XmirBench.xmirToEO
18651.332
18777.913
126.580
0.68%
ms/op
Average Time
⚠️ Performance loss: benchmarks.XmirBench.xmirToEO is slower by 126.580 ms/op (0.68%)
@volodya-lombrozo Hey! Nice work on that contribution! 🎉 You snagged +12 points this time: started with the standard +16 points but had to dock -4 since you hit 367hits-of-code (anything over 100 gets penalized). Pro tip: try to keep those contributions smaller and more focused - you'll avoid the penalty and likely get better reviews! Your running score is looking solid at +397, and don't forget to peek at your Zerocracy account for the latest updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Invalidates the local SNAPSHOT cache on every build to prevent stale generated files from referencing removed classes.
Fixes #5179