summaryrefslogtreecommitdiffstats
path: root/t/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/pretty-lazy-load-commit'Junio C Hamano2021-02-101-1/+1
|\
| * pretty: lazy-load commit data when expanding user-formatJeff King2021-01-281-1/+1
* | Merge branch 'jk/p5303-sed-portability-fix'Junio C Hamano2021-02-061-4/+8
|\ \ | |/ |/|
| * p5303: avoid sed GNU-ismJeff King2021-01-301-4/+8
* | Merge branch 'nk/perf-fsmonitor-cleanup'Junio C Hamano2021-01-161-1/+6
|\ \
| * | p7519: allow running without watchman prereqTaylor Blau2021-01-061-1/+6
* | | Merge branch 'es/perf-export-fix'Junio C Hamano2021-01-071-4/+1
|\ \ \ | |_|/ |/| |
| * | t/perf: avoid unnecessary test_export() recursionEric Sunshine2020-12-221-4/+1
* | | Merge branch 'es/perf-export-fix'Junio C Hamano2020-12-191-2/+7
|\| |
| * | t/perf: fix test_export() failure with BSD `sed`Eric Sunshine2020-12-161-2/+7
* | | Merge branch 'nk/perf-fsmonitor-cleanup'Junio C Hamano2020-12-091-2/+1
|\ \ \ | | |/ | |/|
| * | perf/fsmonitor: use test_must_be_empty helperNipunn Koorapati2020-11-301-2/+1
* | | Merge branch 'ps/update-ref-multi-transaction'Junio C Hamano2020-12-091-13/+7
|\ \ \ | |/ / |/| |
| * | p1400: use `git-update-ref --stdin` to test multiple transactionsPatrick Steinhardt2020-11-161-13/+7
* | | t/perf/fsmonitor: add benchmark for dirty statusNipunn Koorapati2020-10-271-0/+5
* | | t/perf/fsmonitor: perf comparison of multiple fsmonitor integrationsNipunn Koorapati2020-10-271-8/+14
* | | t/perf/fsmonitor: initialize test with git resetNipunn Koorapati2020-10-271-2/+6
* | | t/perf/fsmonitor: factor setup for fsmonitor into functionNipunn Koorapati2020-10-271-2/+6
* | | t/perf/fsmonitor: silence initial git commitNipunn Koorapati2020-10-271-1/+1
* | | t/perf/fsmonitor: shorten DESC to basenameNipunn Koorapati2020-10-271-1/+5
* | | t/perf/fsmonitor: factor description out for readabilityNipunn Koorapati2020-10-271-10/+12
* | | t/perf/fsmonitor: improve error message if typoing hook nameNipunn Koorapati2020-10-271-1/+3
* | | t/perf/fsmonitor: move watchman setup to one-time-repo-setupNipunn Koorapati2020-10-271-7/+9
* | | t/perf/fsmonitor: separate one time repo initializationNipunn Koorapati2020-10-271-8/+11
|/ /
* | p7519-fsmonitor: add a git add benchmarkNipunn Koorapati2020-10-201-0/+4
* | p7519-fsmonitor: refactor to avoid code duplicationNipunn Koorapati2020-10-201-99/+37
* | perf lint: add make test-lint to perf testsNipunn Koorapati2020-10-202-4/+7
* | t/perf: add fsmonitor perf test for git diffNipunn Koorapati2020-10-201-0/+71
* | t/perf/p7519-fsmonitor.sh: warm cache on first git statusNipunn Koorapati2020-10-201-1/+2
* | t/perf/README: elaborate on output formatNipunn Koorapati2020-10-201-0/+2
|/
* Merge branch 'jk/dont-count-existing-objects-twice'Junio C Hamano2020-09-221-0/+4
|\
| * packfile: actually set approximate_object_count_validJeff King2020-09-171-0/+4
* | Merge branch 'ps/ref-transaction-hook'Junio C Hamano2020-09-011-3/+10
|\ \
| * | refs: remove lookup cache for reference-transaction hookPatrick Steinhardt2020-08-261-3/+10
| |/
* | p5302: count up to online-cpus for thread testsJeff King2020-08-211-23/+24
* | p5302: disable thread-count parameter tests by defaultJeff King2020-08-213-5/+16
|/
* refs: implement reference transaction hookPatrick Steinhardt2020-06-191-0/+32
* pack-bitmap: pass object filter to fill-in traversalJeff King2020-05-051-0/+5
* pack-bitmap.c: support 'tree:0' filteringTaylor Blau2020-05-051-0/+5
* Merge branch 'jk/fast-import-use-hashmap'Junio C Hamano2020-04-291-0/+23
|\
| * fast-import: replace custom hash with hashmap.cJeff King2020-04-061-0/+23
* | p5310: stop timing non-bitmap pack-to-diskJeff King2020-03-271-4/+0
|/
* pack-objects: support filters with bitmapsJeff King2020-02-141-0/+4
* pack-bitmap: implement BLOB_LIMIT filteringJeff King2020-02-141-0/+5
* pack-bitmap: implement BLOB_NONE filteringJeff King2020-02-141-0/+5
* rev-list: allow commit-only bitmap traversalsJeff King2020-02-141-0/+8
* Merge branch 'cs/store-packfiles-in-hashmap'Junio C Hamano2019-12-161-0/+18
|\
| * packfile.c: speed up loading lots of packfilesColin Stolley2019-12-031-0/+18
* | Merge branch 'jk/perf-wo-git-dot-pm'Junio C Hamano2019-12-101-2/+7
|\ \
| * | t/perf: don't depend on Git.pmJeff King2019-11-271-2/+7