1
我想在Linux Red Hat和Windows上使用HTTP和SSH比較使用Mercurial 2.3的hg遠程操作性能(pull,push,clone)。我想我可以繼續寫紅寶石或其他東西的腳本,但我懶得去做。任何人都知道任何衡量克隆,推動,拉動時間的命令?Mercurial Hg遠程操作性能
謝謝。
我想在Linux Red Hat和Windows上使用HTTP和SSH比較使用Mercurial 2.3的hg遠程操作性能(pull,push,clone)。我想我可以繼續寫紅寶石或其他東西的腳本,但我懶得去做。任何人都知道任何衡量克隆,推動,拉動時間的命令?Mercurial Hg遠程操作性能
謝謝。
您可以將--time
添加到您的hg clone
,hg push
和hg pull
調用中,並且Mercurial會告訴您該操作花了多少時間。
我會試試這個。 – Maverick