summaryrefslogtreecommitdiff
path: root/t/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dp/filter-branch-prune-empty' into maintJunio C Hamano2017-03-281-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
|\
| * repack: introduce repack.writeBitmaps config optionJeff King2014-06-101-0/+3
* | p5302-pack-index.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-231-1/+1
* | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-0/+57
|\ \ | |/
| * pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-301-1/+2
| * t/perf: add tests for pack bitmapsJeff King2013-12-301-0/+56
* | Merge branch 'jk/mark-edges-uninteresting'Junio C Hamano2014-01-271-0/+12
|\ \
| * | t/perf: time rev-list with UNINTERESTING commitsJeff King2014-01-211-0/+12
| |/
* | Merge branch 'tg/diff-no-index-refactor'Junio C Hamano2013-12-271-0/+22
|\ \
| * | diff: don't read index when --no-index is givenThomas Gummerer2013-12-121-0/+22
| |/
* | test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-261-1/+3
|/
* Merge branch 'lf/echo-n-is-not-portable'Junio C Hamano2013-08-011-2/+2
|\
| * Avoid using `echo -n` anywherelf/echo-n-is-not-portableLukas Fleischer2013-07-291-2/+2