summaryrefslogtreecommitdiff
path: root/t/perf
Commit message (Expand)AuthorAgeFilesLines
* 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 'ab/align-perf-descriptions'Junio C Hamano2017-05-012-0/+5
|\
| * t/perf: correctly align non-ASCII descriptions in outputab/align-perf-descriptionsÆvar Arnfjörð Bjarmason2017-04-232-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-194-0/+263
* | | Merge branch 'jh/string-list-micro-optim'Junio C Hamano2017-04-231-0/+49
|\ \ \ | |_|/ |/| |
| * | string-list: use ALLOC_GROW macro when reallocing string_listjh/string-list-micro-optimJeff Hostetler2017-04-151-0/+49
* | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-04-191-0/+0
|\ \ \ | |_|/ |/| |
| * | p0004: make perf test executableChristian Couder2017-04-181-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-emptydp/filter-branch-prune-emptyDevin J. Pohly2017-03-031-0/+5
| |/
* | t/perf: add fallback for pre-bin-wrappers versions of gitjt/perf-updatesJeff 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 explicitlyrs/p5302-create-repositories-before-testsRené 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 followingjk/fetch-quick-tag-followingJeff King2016-10-141-0/+99
* | Merge branch 'ks/perf-build-with-autoconf'Junio C Hamano2016-09-211-1/+7
|\ \
| * | t/perf/run: copy config.mak.autogen & friends to build areaks/perf-build-with-autoconfKirill Smelkov2016-09-151-1/+7
* | | Merge branch 'ks/pack-objects-bitmap'Junio C Hamano2016-09-211-1/+13
|\ \ \
| * | | pack-objects: use reachability bitmap index when generating non-stdout packks/pack-objects-bitmapKirill Smelkov2016-09-121-1/+13
* | | | Merge branch 'jk/delta-base-cache'Junio C Hamano2016-09-081-0/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | t/perf: add basic perf tests for delta base cacheJeff King2016-08-231-0/+31
* | | | Merge branch 'kw/patch-ids-optim'Junio C Hamano2016-08-311-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | p3400: make test script executablekw/patch-ids-optimRené Scharfe2016-08-291-0/+0
* | | | Merge branch 'kw/patch-ids-optim'Junio C Hamano2016-08-121-0/+36
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | rebase: avoid computing unnecessary patch IDsKevin Willford2016-08-111-0/+36
* | | t/perf: add tests for many-pack scenariosJeff King2016-07-291-0/+87
* | | Merge branch 'jk/perf-any-version'Junio C Hamano2016-07-113-6/+17
|\ \ \ | |_|/ |/| |
| * | p4211: explicitly disable renames in no-rename testjk/perf-any-versionJeff King2016-06-221-3/+3
| * | t/perf: fix regression in testing older versions of gitJeff King2016-06-222-3/+14
* | | perf: accommodate for MacOSXjs/perf-on-appleJohannes Schindelin2016-06-211-1/+5
| |/ |/|
* | perf: make the tests work without a worktreejs/perf-rebase-iRené Scharfe2016-05-311-1/+4
* | perf: run "rebase -i" under perfJohannes Schindelin2016-05-131-0/+36
|/
* perf: make the tests work in worktreesJohannes Schindelin2016-05-131-7/+7
* perf: let's disable symlinks when they are not availableJohannes Schindelin2016-05-131-1/+4
* resolve_gitlink_ref: ignore non-repository pathsjk/ref-cache-non-repository-optimJeff King2016-01-251-0/+4
* filter-branch: skip index read/write when possibleJeff King2015-11-061-0/+19
* Merge branch 'sb/perf-without-installed-git'Junio C Hamano2015-10-151-0/+1
|\
| * t/perf: make runner work even if Git is not installedsb/perf-without-installed-gitStephan Beyer2015-09-251-0/+1
* | Merge branch 'ee/clean-remove-dirs'Junio C Hamano2015-08-031-0/+31
|\ \ | |/ |/|
| * p7300: add performance tests for cleanErik Elfström2015-06-151-0/+31
* | p5310: Fix broken && chain in performance testsb/p5310-and-chainStefan Beller2015-06-261-3/+3
|/
* perf-lib: fix ignored exit code inside loopJeff King2015-03-251-1/+1
* Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano2014-06-251-0/+3
|\