diff options
author | Jeff King <peff@peff.net> | 2019-06-28 05:42:07 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-02 10:11:54 -0700 |
commit | ac093d5508a4792a29ec9e2de19797abdb92a026 (patch) | |
tree | f055a9c183d4268ac7fbcd5f8145ba638ddbd4bd /remote.h | |
parent | t5702: use test_commit_bulk (diff) | |
download | tgif-ac093d5508a4792a29ec9e2de19797abdb92a026.tar.xz |
t5703: use test_commit_bulk
There are two loops that create 33 commits each using test_commit. Using
test_commit_bulk speeds this up from:
Benchmark #1: ./t5703-upload-pack-ref-in-want.sh --root=/var/ram/git-tests
Time (mean ± σ): 2.142 s ± 0.161 s [User: 1.136 s, System: 0.974 s]
Range (min … max): 1.903 s … 2.401 s 10 runs
to:
Benchmark #1: ./t5703-upload-pack-ref-in-want.sh --root=/var/ram/git-tests
Time (mean ± σ): 1.440 s ± 0.114 s [User: 737.7 ms, System: 615.4 ms]
Range (min … max): 1.230 s … 1.604 s 10 runs
for an average savings of almost 33%.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote.h')
0 files changed, 0 insertions, 0 deletions