-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Perf test PR for "Optimize source mapping into external source map sources" #40126
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
Perf test PR for "Optimize source mapping into external source map sources" #40126
Conversation
)" This reverts commit 1e84ffc.
@typescript-bot test this |
Heya @DanielRosenwasser, I've started to run the parallelized community code test suite on this PR at 364a232. You can monitor the build here. |
Heya @DanielRosenwasser, I've started to run the extended test suite on this PR at 364a232. You can monitor the build here. |
Heya @DanielRosenwasser, I've started to run the perf test suite on this PR at 364a232. You can monitor the build here. Update: The results are in! |
@DanielRosenwasser Here they are:Comparison Report - master..40126
System
Hosts
Scenarios
|
@sheetalkamat looks like this may have actually been a (very minor) regression. Do you think that's just variance? |
@DanielRosenwasser thanks for running the perf tests, I do agree that it looks like a slight regression. I opened #40130 that implements the alternative I mentioned in #40055 (comment), which does away with the full cache and fully removes the overhead from the source map generator (I actually like this approach much better than my original PR, looking at it now). Could you please trigger a perf run for that one as well? Unrelated: I am being requested to sign the CLA in #40130 (comment), which I wasn't in #40055. Maybe something you'll want to look into. |
I think it would be better to merge this revert and then rebase #40130 and then run perf test on this. |
Reverts #40055