-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Experiment short-circuiting of union distribution #50640
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
Conversation
@typescript-bot test this |
Heya @jakebailey, I've started to run the parallelized Definitely Typed test suite on this PR at cd31843. You can monitor the build here. |
Heya @jakebailey, I've started to run the extended test suite on this PR at cd31843. You can monitor the build here. |
Heya @jakebailey, I've started to run the diff-based user code test suite on this PR at cd31843. You can monitor the build here. Update: The results are in! |
Heya @jakebailey, I've started to run the abridged perf test suite on this PR at cd31843. You can monitor the build here. Update: The results are in! Update: The results are in! |
Heya @jakebailey, I've started to run the diff-based user code test suite on this PR at cd31843. You can monitor the build here. Update: The results are in! |
@jakebailey Here they are:Comparison Report - main..50640
System
Hosts
Scenarios
Developer Information: |
@jakebailey Here are the results of running the user test suite comparing Everything looks good! |
@jakebailey Here are the results of running the top-repos suite comparing Everything looks good! |
I feel like something's wrong with RWC; if doesn't reply? |
@jakebailey Here they are:Comparison Report - main..50640
System
Hosts
Scenarios
Developer Information: |
@typescript-bot perf test this faster |
Heya @sandersn, I've started to run the abridged perf test suite on this PR at cd31843. You can monitor the build here. Update: The results are in! |
@sandersn Here they are:Comparison Report - main..50640
System
Hosts
Scenarios
Developer Information: |
Yeah, when I ran it, it didn't seem like we saw a boost, but we probably don't have something so bad in our test suite. |
@Zzzen I took the liberty of merging main into this to retest it; hope you don't mind. @typescript-bot perf test this |
Heya @jakebailey, I've started to run the perf test suite on this PR at 8f978fd. You can monitor the build here. Update: The results are in! |
@jakebailey Here they are:
CompilerComparison Report - main..50640
System
Hosts
Scenarios
TSServerComparison Report - main..50640
System
Hosts
Scenarios
StartupComparison Report - main..50640
System
Hosts
Scenarios
Developer Information: |
@typescript-bot test this |
Heya @jakebailey, I've started to run the diff-based user code test suite on this PR at 8f978fd. You can monitor the build here. Update: The results are in! |
Heya @jakebailey, I've started to run the extended test suite on this PR at 8f978fd. You can monitor the build here. |
Heya @jakebailey, I've started to run the diff-based top-repos suite on this PR at 8f978fd. You can monitor the build here. Update: The results are in! |
Heya @jakebailey, I've started to run the diff-based user code test suite (tsserver) on this PR at 8f978fd. You can monitor the build here. Update: The results are in! |
Heya @jakebailey, I've started to run the diff-based top-repos suite (tsserver) on this PR at 8f978fd. You can monitor the build here. Update: The results are in! |
Heya @jakebailey, I've started to run the parallelized Definitely Typed test suite on this PR at 8f978fd. You can monitor the build here. |
@jakebailey Here are the results of running the user test suite comparing Everything looks good! |
1 similar comment
@jakebailey Here are the results of running the user test suite comparing Everything looks good! |
Heya @jakebailey, I've run the RWC suite on this PR - assuming you're on the TS core team, you can view the resulting diff here. |
@jakebailey Here are the results of running the top-repos suite comparing Everything looks good! |
@jakebailey Here are the results of running the top-repos suite comparing Something interesting changed - please have a look. Detailspalantir/blueprint
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is superceded by the more general #53192.
Fixes #47511
Tried the following code on my machine, the check time is reduced from 24s to 6s. I'd like to see how it works for RWC.