-
-
Notifications
You must be signed in to change notification settings - Fork 96
feat: add example of running query exaplanation #1213
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
base: main
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #1213 will degrade performances by 7.95%Comparing Summary
Benchmarks breakdown
|
Thank you for that. Cargo has some built-in support for examples so if you move the examples to the |
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.
I am not sure we want to commit this file, it's something that should be up to each developper imho
group_imports = "One" | ||
use_field_init_shorthand = true | ||
use_try_shorthand = true | ||
final_newline = true |
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.
I don't find any occurence of this configuration variable in rustfmt. Is this addition intended?
This PR:
examples
directory and adds an example of running a query with explanationcargo fmt
..cargo/cargo.toml
for better dev performance/caching.Running jointly as an experiment to test the capabilities of cursor ... which is quite impressive running with sonnet-3.7-thinking ... and so that I can see what is produced in an explanation. Figured this is a useful artefact that was produced in the process so may as well contribute it.