Re: [PATCHv3 8/8] t3302-notes-index-expensive: Speed up create_repo()
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:47:07
Hi,
On Wed, 29 Jul 2009, Johan Herland wrote:
Creating repos with 10/100/1000/10000 commits and notes takes a lot of time.
However, using git-fast-import to do the job is a lot more efficient than
using plumbing commands to do the same.
This patch decreases the overall run-time of this test on my machine from
~3 to ~1 minutes.