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 this pull I've introduced new lint: bytes-without-data, that issues critical defect in case of <o/> with base containing org.eolang.bytes (bytes for short) does not have text data inside.
⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 42.725 ms/op (0.60%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 1351.081 ms/op (18.91%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 3699.233 ms/op (51.79%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 7159.604 ms/op (100.23%)
❌ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 7159.604 ms/op (100.23%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 53020.628 ms/op (742.25%)
❌ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 53020.628 ms/op (742.25%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 886.747 ms/op (10.98%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 421.610 ms/op (5.22%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 2769.761 ms/op (34.31%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 6230.132 ms/op (77.17%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 52091.156 ms/op (645.27%)
❌ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 52091.156 ms/op (645.27%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 2964.248 ms/op (29.20%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 1655.891 ms/op (16.31%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 692.260 ms/op (6.82%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 4152.632 ms/op (40.91%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 50013.655 ms/op (492.73%)
❌ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 50013.655 ms/op (492.73%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 6422.613 ms/op (47.20%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 5114.256 ms/op (37.58%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 2766.105 ms/op (20.33%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 694.267 ms/op (5.10%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 46555.290 ms/op (342.10%)
❌ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 46555.290 ms/op (342.10%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 41491.956 ms/op (85.24%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 40183.599 ms/op (82.55%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 37835.448 ms/op (77.73%)
✅ Performance gain: benchmarks.ProgramBench.scansXmir is faster by 34375.076 ms/op (70.62%) ⚠️ Performance loss: benchmarks.ProgramBench.scansXmir is slower by 11485.947 ms/op (23.60%) ⚠️ Performance loss: benchmarks.ProgramsBench.scansLargeProgram is slower by 295.136 ms/op (1.27%)
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.
In this pull I've introduced new lint:
bytes-without-data, that issuescriticaldefect in case of<o/>with base containingorg.eolang.bytes(bytesfor short) does not have text data inside.closes #77