summaryrefslogtreecommitdiff
path: root/t/perf
AgeCommit message (Expand)AuthorFilesLines
2024-03-16t/perf: avoid redundant use of catBeat Bolli1-1/+1
2024-01-12Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano1-0/+81
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano1-1/+1
2023-12-14t/perf: add performance tests for multi-pack reuseTaylor Blau1-0/+81
2023-12-09Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano1-0/+87
2023-11-26doc: switch links to httpsJosh Soref1-1/+1
2023-11-16t/perf: add perf tests for for-each-refVictoria Dye1-0/+87
2023-11-11global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt2-5/+6
2023-08-11check-attr: integrate with sparse-indexShuqi Liang1-0/+1
2023-06-23Merge branch 'sl/worktree-sparse'Junio C Hamano1-0/+1
2023-06-12worktree: integrate with sparse-indexShuqi Liang1-0/+1
2023-05-18diff-tree: integrate with sparse indexShuqi Liang1-0/+2
2023-05-15Merge branch 'sl/diff-files-sparse'Junio C Hamano1-0/+2
2023-05-09diff-files: integrate with sparse indexShuqi Liang1-0/+2
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano1-2/+1
2023-04-21Merge branch 'rn/sparse-describe'Junio C Hamano1-0/+3
2023-04-17Merge branch 'sl/sparse-write-tree'Junio C Hamano1-0/+1
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau1-2/+1
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano1-0/+50
2023-04-04write-tree: integrate with sparse indexShuqi Liang1-0/+1
2023-04-03describe: enable sparse index for describeRaghul Nanth A1-0/+3
2023-03-31Merge branch 'ds/p2000-fix-grep-sparse'Junio C Hamano1-1/+1
2023-03-28p2000: remove stray '--sparse' flag from testDerrick Stolee1-1/+1
2023-03-20commit-reach: add tips_reachable_from_bases()Derrick Stolee1-5/+10
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee1-0/+45
2023-01-18grep: correctly identify utf-8 characters with \{b,w} in -PCarlo Marcelo Arenas Belón1-0/+42
2022-11-10read-tree: use 'skip_cache_tree_update' optionVictoria Dye1-0/+8
2022-11-10reset: use 'skip_cache_tree_update' optionVictoria Dye1-0/+21
2022-11-10cache-tree: add perf test comparing update and primeVictoria Dye1-0/+36
2022-10-10Merge branch 'sy/sparse-grep'Junio C Hamano1-0/+1
2022-09-23builtin/grep.c: integrate with sparse indexShaoxuan Yuan1-0/+1
2022-09-21t: convert egrep usage to "grep -E"Đoàn Trần Công Danh1-2/+2
2022-09-19Merge branch 'vd/scalar-to-main'Junio C Hamano4-1/+58
2022-09-05Merge branch 'ac/bitmap-lookup-table'Junio C Hamano5-105/+182
2022-09-02t/perf: add 'GIT_PERF_USE_SCALAR' run optionVictoria Dye3-1/+19
2022-09-02t/perf: add Scalar performance testsVictoria Dye1-0/+39
2022-08-29Merge branch 'es/fix-chained-tests'Junio C Hamano1-1/+1
2022-08-29Merge branch 'vd/fix-perf-tests'Junio C Hamano2-2/+2
2022-08-26bitmap-lookup-table: add performance tests for lookup tableAbhradeep Chakraborty5-105/+182
2022-08-22t: detect and signal failure within loopEric Sunshine1-1/+1
2022-08-19p0006: fix 'read-tree' argument orderingVictoria Dye1-1/+1
2022-08-19p0004: fix prereq declarationVictoria Dye1-1/+1
2022-08-08rm: integrate with sparse-indexShaoxuan Yuan1-0/+1
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano1-2/+2
2022-07-17test-mergesort: use DEFINE_LIST_SORTRené Scharfe1-2/+2
2022-06-17Merge branch 'jk/perf-lib-test-titles'Junio C Hamano1-1/+1
2022-06-16perf-lib: fix missing test titles in outputJeff King1-1/+1
2022-06-10Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano1-0/+257
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano1-0/+1
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano7-34/+156