Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/perf
AgeCommit message (Expand)Author
2022-03-24Merge branch 'jc/cat-file-batch-default-format-optim'Junio C Hamano
2022-03-17Merge branch 'vd/sparse-read-tree'Junio C Hamano
2022-03-15cat-file: skip expanding default formatJohn Cai
2022-03-04Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason
2022-03-01read-tree: expand sparse checkout test coverageVictoria Dye
2022-02-18Merge branch 'vd/sparse-clean-etc'Junio C Hamano
2022-01-14update-index: add tests for sparse-checkout compatibilityVictoria Dye
2022-01-14checkout-index: expand sparse checkout compatibility testsVictoria Dye
2022-01-10Merge branch 'ja/perf-use-specified-shell'Junio C Hamano
2022-01-06Merge branch 'pw/diff-color-moved-fix'Junio C Hamano
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-26t/perf: do not run tests in user's $SHELLJohannes Altmanninger
2021-12-22Merge branch 'ld/sparse-diff-blame'Junio C Hamano
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine
2021-12-11Merge branch 'vd/sparse-reset'Junio C Hamano
2021-12-10diff --color-moved: add perf testsPhillip Wood
2021-12-06blame: enable and test the sparse indexLessley Dennington
2021-12-06diff: enable and test the sparse indexLessley Dennington
2021-11-29Merge branch 'vd/sparse-reset' into ld/sparse-diff-blameJunio C Hamano
2021-11-29reset: expand test coverage for sparse checkoutsVictoria Dye
2021-10-26Merge branch 'rs/disable-gc-during-perf-tests'Junio C Hamano
2021-10-26Merge branch 'jh/perf-remove-test-times'Junio C Hamano
2021-10-19Merge branch 'rs/mergesort'Junio C Hamano
2021-10-11perf: disable automatic housekeepingRené Scharfe
2021-10-11Merge branch 'tb/aggregate-ignore-leading-whitespaces'Junio C Hamano
2021-10-11Merge branch 'rs/p3400-lose-tac'Junio C Hamano
2021-10-11Merge branch 'tb/midx-write-propagate-namehash'Junio C Hamano
2021-10-05t/perf/perf-lib.sh: remove test_times.* at the end test_perf_()Jeff Hostetler
2021-10-05t/perf/aggregate.perl: tolerate leading spacesTaylor Blau
2021-10-04p3400: stop using tac(1)René Scharfe
2021-10-01p0071: test performance of llist_mergesort()René Scharfe
2021-10-01p0071: measure sorting of already sorted and reversed filesRené Scharfe
2021-09-22t/perf/run: fix bin-wrappers computationDerrick Stolee
2021-09-18p5326: generate pack bitmaps before writing the MIDX bitmapTaylor Blau
2021-09-15p5326: don't set core.multiPackIndex unnecessarilyTaylor Blau
2021-09-15p5326: create missing 'perf-tag' tagTaylor Blau
2021-09-01p5326: perf tests for MIDX bitmapsTaylor Blau
2021-09-01p5310: extract full and partial bitmap testsTaylor Blau
2021-08-04Merge branch 'ds/commit-and-checkout-with-sparse-index'Junio C Hamano
2021-08-03Merge branch 'ps/perf-with-separate-output-directory'Junio C Hamano
2021-07-15p2000: compress repo namesDerrick Stolee
2021-07-15p2000: add 'git checkout -' test and decrease depthDerrick Stolee
2021-07-14Merge branch 'ab/pickaxe-pcre2'Junio C Hamano
2021-07-03perf: fix when running with TEST_OUTPUT_DIRECTORYPatrick Steinhardt
2021-05-11perf: add performance test for pickaxeÆvar Arnfjörð Bjarmason
2021-05-10Merge branch 'rs/repack-without-loosening-promised-objects'Junio C Hamano
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-28repack: avoid loosening promisor objects in partial clonesRafael Silva
2021-04-13revision: avoid parsing with --exclude-promisor-objectsJeff King