-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
[Merged by Bors] - Text pipeline benchmark #7845
Conversation
Doesn't work because text isn't recomputed on changes to |
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.
Definitely pretty artificial, but it's nice to be able to isolate these things.
It's weird I was worried I was being silly PRing this as it is really trivial, but it actually seems to cover some important edge cases that were hiding bugs. |
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.
bors r+
# Objective Simple text pipeline benchmark. It's quite expensive but current examples don't capture the performance of `queue_text` as it only runs on changes to the text.
Pull request successfully merged into main. Build succeeded:
|
# Objective Simple text pipeline benchmark. It's quite expensive but current examples don't capture the performance of `queue_text` as it only runs on changes to the text.
Objective
Simple text pipeline benchmark. It's quite expensive but current examples don't capture the performance of
queue_text
as it only runs on changes to the text.