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

feat: allow comparisons if a command fails #57

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

WillLillis
Copy link

Sometimes it's useful to benchmark programs when they're in an error state. For my particular use case, I was looking at the some performance changes in tree-siter. If a node is missing from a source file, sometimes tree-sitter can recover and insert it as a MISSING node, but the program will still exit with a code of 1. It would be nice to be able to see the performance changes in these cases.

Before and after screenshot:

image

@andrewrk andrewrk merged commit 229bea6 into andrewrk:main Dec 2, 2024
4 checks passed
@WillLillis WillLillis deleted the allow_failures branch December 2, 2024 21:56
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.

2 participants