Skip to content
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

Add benchmark for projection caching issue #1153

Merged

Conversation

wesleywiser
Copy link
Member

Adds a benchmark that reproduces the slowdown fixed in rust-lang/rust#89831.

Prior to rust-lang/rust#89831, this benchmark takes over 30 minutes to compile. After that PR, it takes ~1 second.

Fixes #1124

@Mark-Simulacrum Mark-Simulacrum merged commit ab534f2 into rust-lang:master Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add minimized version of projection caching example
2 participants