-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
ciPipeline & resource management for continuous integrationPipeline & resource management for continuous integration
Description
Chore Type
Other
Task Description
I found that when I run the git commit command, it is very time-consuming. I used the time command to measure this time, and it was approximately 90s long.
wangxinshuo.db@localhost:/data00/home/wangxinshuo.db/bolt$ time git commit -m "fix"
..........................
..........................
..........................
real 1m19.610s
user 1m30.461s
sys 0m4.324s
Motivation / Benefit
Make git commit run faster to provide a better developer experience.
Related Files (Optional)
No response
Implementation Plan (Optional)
- Only perform License checks on newly added files in pre-commit.
- Perform License checks on all files in CI.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ciPipeline & resource management for continuous integrationPipeline & resource management for continuous integration