tustvold commented on code in PR #5478: URL: https://github.com/apache/arrow-rs/pull/5478#discussion_r1515135493
########## CONTRIBUTING.md: ########## @@ -134,6 +155,21 @@ Search for `allow(clippy::` in the codebase to identify lints that are ignored/a - If you have several lints on a function or module, you may disable the lint on the function or module. - If a lint is pervasive across multiple modules, you may disable it at the crate level. +## Running Benchmarks Review Comment: You could also mention the ability to do ``` git checkout master cargo bench --bench parse_time -- --save-baseline master git checkout feature cargo bench --bench parse_time -- --baseline master ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
