Created
September 6, 2019 17:41
-
-
Save rylnd/e271eb065b1326a57ad3cd1734c3781a to your computer and use it in GitHub Desktop.
Slow repo test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # outside of a repo | |
| git init test | |
| cd test | |
| time git status | |
| for i in {1..40000}; do touch $i; done | |
| time git status | |
| git add . | |
| git commit -m "adding files" | |
| time git status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment