summaryrefslogtreecommitdiff
path: root/t/perf
Commit message (Expand)AuthorAgeFilesLines
* rm: integrate with sparse-indexShaoxuan Yuan2022-08-081-0/+1
* Merge branch 'rs/mergesort'Junio C Hamano2022-08-031-2/+2
|\
| * test-mergesort: use DEFINE_LIST_SORTRené Scharfe2022-07-171-2/+2
* | Merge branch 'jk/perf-lib-test-titles'Junio C Hamano2022-06-171-1/+1
|\ \
| * | perf-lib: fix missing test titles in outputJeff King2022-06-161-1/+1
* | | Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-101-0/+257
|\ \ \
| * | | t/perf/p7527: add perf test for builtin FSMonitorJeff Hostetler2022-05-261-0/+257
* | | | Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano2022-06-031-0/+1
|\ \ \ \
| * | | | p2000: add test for 'git sparse-checkout [add|set]'Derrick Stolee2022-05-231-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-037-34/+156
|\ \ \ \
| * | | | core.fsyncmethod: performance tests for batch modeNeeraj Singh2022-04-061-0/+82
| | |_|/ | |/| |
| * | | t/perf: add iteration setup mechanism to perf-libNeeraj Singh2022-04-066-34/+74
* | | | stash: expand sparse-checkout compatibility testingVictoria Dye2022-05-101-0/+2
| |/ / |/| |
* | | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-042-16/+54
|\ \ \ | | |/ | |/|
| * | t/perf/p7519: add fsmonitor--daemon test casesJeff Hostetler2022-03-251-4/+34
| * | t/perf/p7519: speed up test on WindowsJeff Hostetler2022-03-251-8/+16
| * | t/perf/p7519: fix coding styleJeff Hostetler2022-03-251-4/+4
| * | t/perf: avoid copying builtin fsmonitor files into test repoJeff Hostetler2022-03-251-1/+1
* | | Merge branch 'jc/cat-file-batch-default-format-optim'Junio C Hamano2022-03-231-0/+12
|\ \ \
| * | | cat-file: skip expanding default formatJohn Cai2022-03-151-0/+12
| |/ /
* | | Merge branch 'vd/sparse-read-tree'Junio C Hamano2022-03-161-0/+1
|\ \ \ | |_|/ |/| |
| * | read-tree: expand sparse checkout test coverageVictoria Dye2022-03-011-0/+1
| |/
* | Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason2022-03-031-0/+3
|/
* Merge branch 'vd/sparse-clean-etc'Junio C Hamano2022-02-171-0/+2
|\
| * update-index: add tests for sparse-checkout compatibilityVictoria Dye2022-01-131-0/+1
| * checkout-index: expand sparse checkout compatibility testsVictoria Dye2022-01-131-0/+1
* | Merge branch 'ja/perf-use-specified-shell'Junio C Hamano2022-01-101-1/+1
|\ \
| * | t/perf: do not run tests in user's $SHELLJohannes Altmanninger2021-12-251-1/+1
* | | Merge branch 'pw/diff-color-moved-fix'Junio C Hamano2022-01-051-0/+57
|\ \ \ | |_|/ |/| |
| * | diff --color-moved: add perf testsPhillip Wood2021-12-091-0/+57
* | | Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-0310-35/+35
|\ \ \
| * | | t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-137-12/+12
| * | | tests: fix broken &&-chains in compound statementsEric Sunshine2021-12-135-23/+23
| | |/ | |/|
* | | Merge branch 'ld/sparse-diff-blame'Junio C Hamano2021-12-211-0/+4
|\ \ \
| * | | blame: enable and test the sparse indexLessley Dennington2021-12-061-0/+2
| * | | diff: enable and test the sparse indexLessley Dennington2021-12-061-0/+2
| * | | Merge branch 'vd/sparse-reset' into ld/sparse-diff-blameJunio C Hamano2021-11-291-0/+3
| |\ \ \
* | \ \ \ Merge branch 'vd/sparse-reset'Junio C Hamano2021-12-101-0/+3
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | reset: expand test coverage for sparse checkoutsVictoria Dye2021-11-291-0/+3
* | | | Merge branch 'rs/disable-gc-during-perf-tests'Junio C Hamano2021-10-252-0/+6
|\ \ \ \
| * | | | perf: disable automatic housekeepingRené Scharfe2021-10-112-0/+6
* | | | | Merge branch 'jh/perf-remove-test-times'Junio C Hamano2021-10-251-0/+1
|\ \ \ \ \
| * | | | | t/perf/perf-lib.sh: remove test_times.* at the end test_perf_()Jeff Hostetler2021-10-041-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'rs/mergesort'Junio C Hamano2021-10-181-7/+33
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | p0071: test performance of llist_mergesort()René Scharfe2021-10-011-0/+11
| * | | | p0071: measure sorting of already sorted and reversed filesRené Scharfe2021-10-011-7/+22
* | | | | Merge branch 'tb/aggregate-ignore-leading-whitespaces'Junio C Hamano2021-10-111-2/+2
|\ \ \ \ \
| * | | | | t/perf/aggregate.perl: tolerate leading spacesTaylor Blau2021-10-041-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'rs/p3400-lose-tac'Junio C Hamano2021-10-111-1/+1
|\ \ \ \ \
| * | | | | p3400: stop using tac(1)René Scharfe2021-10-031-1/+1
| |/ / / /