From: Jeff King Date: Fri, 19 Jul 2019 21:56:23 +0000 (-0400) Subject: t6200: use test_commit_bulk X-Git-Tag: v2.23.0-rc0~8^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/70b39fbede78313656e8a6bd9b38b238ab10db2f?hp=70b39fbede78313656e8a6bd9b38b238ab10db2f t6200: use test_commit_bulk There's a loop that creates 30 commits using test_commit. Using test_commit_bulk speeds this up from: Benchmark #1: ./t6200-fmt-merge-msg.sh --root=/var/ram/git-tests Time (mean ± σ): 1.926 s ± 0.240 s [User: 1.055 s, System: 0.963 s] Range (min … max): 1.431 s … 2.166 s 10 runs to: Benchmark #1: ./t6200-fmt-merge-msg.sh --root=/var/ram/git-tests Time (mean ± σ): 1.343 s ± 0.179 s [User: 766.5 ms, System: 662.9 ms] Range (min … max): 1.032 s … 1.664 s 10 runs for an average savings of over 30%. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---