Minimum viable example - benchmark issues#3146
Closed
jbertran wants to merge 3 commits into
Closed
Conversation
Contributor
Overall package sizeSelf size: 4.12 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3146 +/- ##
==========================================
- Coverage 86.98% 86.97% -0.02%
==========================================
Files 322 327 +5
Lines 11763 11782 +19
Branches 33 33
==========================================
+ Hits 10232 10247 +15
- Misses 1531 1535 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
jbertran
force-pushed
the
jbertran/test-module-cache-weirdness
branch
from
May 12, 2023 08:30
994d094 to
16a1b6b
Compare
BenchmarksComparing candidate commit 8990942 in PR branch Found 0 performance improvements and 10 performance regressions! Performance is the same for 436 metrics, 26 unstable metrics. scenario:log-without-log-16
scenario:log-with-debug-16
scenario:log-skip-log-16
scenario:startup-with-tracer-16
scenario:log-without-log-18
scenario:log-with-error-18
scenario:log-with-debug-18
scenario:log-skip-log-18
scenario:startup-with-tracer-18
|
added 3 commits
May 15, 2023 10:59
All we should need is for `dummy-module` to be loaded
jbertran
force-pushed
the
jbertran/test-module-cache-weirdness
branch
from
May 15, 2023 08:59
68bb099 to
8990942
Compare
Closed
Contributor
Author
|
We're reasonably certain the benchmarks aren't representative. This is no longer needed. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
This reproduces the benchmark issues seen in #2941
This example does 2 things:
plugin_manager'sconfigureto perform a tiny operation at startup time.What's going on?
Looking at the benchmarks that are having trouble, we have 2 categories:
The startup issue is interesting, because we have 4 startup scenarios here, but only 1 fails.
Looking at the code (
benchmarks/sirun/startup/startup-test.js):My theory: we have issues in this benchmark, and not in the one where we load the tracer and everything because:
EVERYTHING, becauseEVERYTHINGgoes over the threshold we're observing anyway