-
Notifications
You must be signed in to change notification settings - Fork 1
chore: init gemini customizations #48
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
Conversation
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
Performance Report✔️ no performance regression detected Full benchmark results
|
Just for additional context for when Gemini fails to create a summary:
|
lets try it out and we can revert if its sus |
Going to note that we may not notice much a difference for a large PR like #17, but should be judged on smaller incremental improvements we make to state-transition-z and see how it performs there. |
This PR configures Gemini according to customizations to enforce our style guide. This config is experimental and is meant to give the AI code reviewer context in enforcing TigerBeetle's style guide with minor variations to suit our needs.
Examples:
camelCase
rather thanSNAKE_CASE
on functions and variables