-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Narrow object property when key is a variable #57274
Conversation
The TypeScript team hasn't accepted the linked issue #56389. If you can get it accepted, this PR will have a better chance of being reviewed. |
@typescript-bot test top200 @typescript-bot perf test this faster |
Heya @jakebailey, I've started to run the diff-based user code test suite on this PR at 58a3693. 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 58a3693. You can monitor the build here. Update: The results are in! |
Heya @jakebailey, I've started to run the diff-based top-repos suite on this PR at 58a3693. You can monitor the build here. Update: The results are in! |
Heya @jakebailey, I've started to run the faster perf test suite on this PR at 58a3693. You can monitor the build here. Update: The results are in! |
@jakebailey Here are the results of running the user test suite comparing There were infrastructure failures potentially unrelated to your change:
Otherwise... Something interesting changed - please have a look. Details
|
@jakebailey Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
Hey @jakebailey, the results of running the DT tests are ready. |
@jakebailey Here are the results of running the top-repos suite comparing Everything looks good! |
🤔 it seems that the performance regression of the self-compiler may be unrelated to the changes proposed in this pull request. |
@typescript-bot perf test this faster |
@jakebailey the perf test failed yesterday. Could it be because this PR is old? @Zzzen did you get what you needed from the first perf result? If so, do you still need this PR to be open? |
@typescript-bot perf test this faster |
Heya @jakebailey, I've started to run the faster perf test suite on this PR at cf23b47. You can monitor the build here. Update: The results are in! |
@jakebailey Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
Closed for housekeeping. To my surprise, the performance is worse. 😭 |
Fixes #56389
This is a rapid prototype, and I would like to assess whether this change has any impact on performance. Would anyone help run the perf suite?