-
Notifications
You must be signed in to change notification settings - Fork 752
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
[ci] Fix: perf maybe failed when run locally, issue #3689 #3690
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
Thanks for the contribution! Please review the labels and make any necessary changes. |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/databend/databend/DBqrpWz98MmzZavKnY6kJo8aehM6 [Deployment for 003a859 canceled] |
@mergify update |
✅ Branch has been successfully updatedHey, I reacted but my real name is @Mergifyio |
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## main #3690 +/- ##
=====================================
Coverage 60% 60%
=====================================
Files 697 697
Lines 37230 37230
=====================================
+ Hits 22382 22392 +10
+ Misses 14848 14838 -10
Continue to review full report at Codecov.
|
CI Passed |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Summary about this PR
Changelog
Related Issues
#3689
Format some python code(delete unused code), and make code a bit pythonic
as use
store_true
instead of default "False"