summaryrefslogtreecommitdiffstats
path: root/t/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano2017-07-051-0/+16
|\
| * p4205: add perf test script for pretty log formatsRené Scharfe2017-06-241-0/+16
| * Merge branch 'jh/memihash-opt' into maintJunio C Hamano2017-06-131-5/+42
| |\
* | | perf: work around the tested repo having an index.lockÆvar Arnfjörð Bjarmason2017-06-051-1/+8
* | | Merge branch 'ab/grep-preparatory-cleanup'Junio C Hamano2017-06-026-3/+221
|\ \ \
| * | | perf: add a comparison test of log --grep regex engines with -FÆvar Arnfjörð Bjarmason2017-05-261-0/+44
| * | | perf: add a comparison test of log --grep regex enginesÆvar Arnfjörð Bjarmason2017-05-261-0/+53
| * | | perf: add a comparison test of grep regex engines with -FÆvar Arnfjörð Bjarmason2017-05-261-0/+41
| * | | perf: add a comparison test of grep regex enginesÆvar Arnfjörð Bjarmason2017-05-261-0/+56
| * | | perf: emit progress output when unpacking & buildingÆvar Arnfjörð Bjarmason2017-05-211-0/+2
| * | | perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't doÆvar Arnfjörð Bjarmason2017-05-212-3/+25
| |/ /
* | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-05-301-5/+42
|\ \ \ | | |/ | |/|
| * | p0004: don't error out if test repo is too smallRené Scharfe2017-05-161-5/+8
| * | p0004: don't abort if multi-threaded is too slowRené Scharfe2017-05-161-4/+0
| * | p0004: use test_perfRené Scharfe2017-05-161-0/+36
| * | p0004: avoid using pipesRené Scharfe2017-05-161-3/+5
| * | p0004: simplify calls of test-lazy-init-name-hashRené Scharfe2017-05-161-3/+3
* | | Merge branch 'ab/perf-wildmatch'Junio C Hamano2017-05-303-4/+59
|\ \ \
| * | | perf: add test showing exponential growth in path globbingÆvar Arnfjörð Bjarmason2017-05-121-0/+43
| * | | perf: add function to setup a fresh test repoÆvar Arnfjörð Bjarmason2017-05-122-4/+16
| | |/ | |/|
* / | p3400: add perf tests for rebasing many changesChristian Couder2017-05-081-1/+21
|/ /
* | Merge branch 'ab/align-perf-descriptions'Junio C Hamano2017-05-012-0/+5
|\ \
| * | t/perf: correctly align non-ASCII descriptions in outputÆvar Arnfjörð Bjarmason2017-04-242-0/+5
* | | Merge branch 'jh/add-index-entry-optim'Junio C Hamano2017-04-264-0/+263
|\ \ \
| * | | p0006-read-tree-checkout: perf test to time read-treeJeff Hostetler2017-04-204-0/+263
* | | | Merge branch 'jh/string-list-micro-optim'Junio C Hamano2017-04-241-0/+49
|\ \ \ \ | |_|/ / |/| | |
| * | | string-list: use ALLOC_GROW macro when reallocing string_listJeff Hostetler2017-04-151-0/+49
* | | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-04-201-0/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | p0004: make perf test executableChristian Couder2017-04-191-0/+0
* | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-03-281-0/+19
|\| |
| * | name-hash: add perf test for lazy_init_name_hashJeff Hostetler2017-03-241-0/+19
| |/
* | Merge branch 'dp/filter-branch-prune-empty'Junio C Hamano2017-03-141-0/+5
|\ \
| * | p7000: add test for filter-branch with --prune-emptyDevin J. Pohly2017-03-031-0/+5
| |/
* | t/perf: add fallback for pre-bin-wrappers versions of gitJeff King2017-03-031-0/+3
* | t/perf: use $MODERN_GIT for all repo-copying stepsJeff King2017-03-031-2/+2
* | t/perf: export variable used in other blocksJonathan Tan2017-03-031-1/+2
* | Merge branch 'rs/p5302-create-repositories-before-tests'Junio C Hamano2017-02-101-0/+7
|\ \
| * | p5302: create repositories for index-pack results explicitlyRené Scharfe2017-02-061-0/+7
| |/
* / perf: add basic sort performance testRené Scharfe2017-01-231-0/+26
|/
* Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano2016-10-261-0/+99
|\
| * fetch: use "quick" has_sha1_file for tag followingJeff King2016-10-141-0/+99
* | Merge branch 'ks/perf-build-with-autoconf'Junio C Hamano2016-09-221-1/+7
|\ \
| * | t/perf/run: copy config.mak.autogen & friends to build areaKirill Smelkov2016-09-151-1/+7
* | | Merge branch 'ks/pack-objects-bitmap'Junio C Hamano2016-09-221-1/+13
|\ \ \
| * | | pack-objects: use reachability bitmap index when generating non-stdout packKirill Smelkov2016-09-121-1/+13
* | | | Merge branch 'jk/delta-base-cache'Junio C Hamano2016-09-091-0/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | t/perf: add basic perf tests for delta base cacheJeff King2016-08-241-0/+31
* | | | Merge branch 'kw/patch-ids-optim'Junio C Hamano2016-08-311-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | p3400: make test script executableRené Scharfe2016-08-291-0/+0
* | | | Merge branch 'kw/patch-ids-optim'Junio C Hamano2016-08-121-0/+36
|\| | | | |/ / |/| |