Skip to content

Instantly share code, notes, and snippets.

@JonBons
Forked from xavierzwirtz/gist:96e7f7cc91ec139c0e01
Last active August 29, 2015 14:14
Show Gist options
  • Save JonBons/e39d65902c6725829ef3 to your computer and use it in GitHub Desktop.
Save JonBons/e39d65902c6725829ef3 to your computer and use it in GitHub Desktop.
BD Repo Slowness
"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