Forked from xavierzwirtz/gist:96e7f7cc91ec139c0e01
Last active
August 29, 2015 14:14
-
-
Save JonBons/e39d65902c6725829ef3 to your computer and use it in GitHub Desktop.
BD Repo Slowness
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
"foo" | Set-Content helloworld.txt | |
hg add helloworld.txt | |
hg commit -m "added helloworld" | |
(Measure-Command { hg log -G -l 5 }).TotalSeconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment