]> git.ipfire.org Git - thirdparty/git.git/commit
core.fsyncmethod: performance tests for batch mode
authorNeeraj Singh <neerajsi@microsoft.com>
Tue, 5 Apr 2022 05:20:18 +0000 (22:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2022 20:13:26 +0000 (13:13 -0700)
commit112a9fe60d7c5f02ee1a805d8730d54a458b7ad1
tree725380b87324a28694ae21678c418b37ab1c7894
parent5dccd9155f9e2774176beba3a22c14ca5e3fcdb1
core.fsyncmethod: performance tests for batch mode

Add basic performance tests for git commands that can add data to the
object database. We cover:
* git add
* git stash
* git update-index (via git stash)
* git unpack-objects
* git commit --all

We cover all currently available fsync methods as well.

Signed-off-by: Neeraj Singh <neerajsi@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p0008-odb-fsync.sh [new file with mode: 0755]