summaryrefslogtreecommitdiff
path: root/t/perf
AgeCommit message (Expand)Author
2017-01-23perf: add basic sort performance testRené Scharfe
2016-10-26Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano
2016-10-14fetch: use "quick" has_sha1_file for tag followingJeff King
2016-09-21Merge branch 'ks/perf-build-with-autoconf'Junio C Hamano
2016-09-21Merge branch 'ks/pack-objects-bitmap'Junio C Hamano
2016-09-15t/perf/run: copy config.mak.autogen & friends to build areaKirill Smelkov
2016-09-12pack-objects: use reachability bitmap index when generating non-stdout packKirill Smelkov
2016-09-09Merge branch 'jk/delta-base-cache'Junio C Hamano
2016-08-31Merge branch 'kw/patch-ids-optim'Junio C Hamano
2016-08-29p3400: make test script executableRené Scharfe
2016-08-23t/perf: add basic perf tests for delta base cacheJeff King
2016-08-12Merge branch 'kw/patch-ids-optim'Junio C Hamano
2016-08-11rebase: avoid computing unnecessary patch IDsKevin Willford
2016-07-29t/perf: add tests for many-pack scenariosJeff King
2016-07-11Merge branch 'jk/perf-any-version'Junio C Hamano
2016-06-22p4211: explicitly disable renames in no-rename testJeff King
2016-06-22t/perf: fix regression in testing older versions of gitJeff King
2016-06-21perf: accommodate for MacOSXJohannes Schindelin
2016-05-31perf: make the tests work without a worktreeRené Scharfe
2016-05-13perf: run "rebase -i" under perfJohannes Schindelin
2016-05-13perf: make the tests work in worktreesJohannes Schindelin
2016-05-13perf: let's disable symlinks when they are not availableJohannes Schindelin
2016-01-25resolve_gitlink_ref: ignore non-repository pathsJeff King
2015-11-06filter-branch: skip index read/write when possibleJeff King
2015-10-15Merge branch 'sb/perf-without-installed-git'Junio C Hamano
2015-09-25t/perf: make runner work even if Git is not installedStephan Beyer
2015-08-03Merge branch 'ee/clean-remove-dirs'Junio C Hamano
2015-06-26p5310: Fix broken && chain in performance testStefan Beller
2015-06-15p7300: add performance tests for cleanErik Elfström
2015-03-25perf-lib: fix ignored exit code inside loopJeff King
2014-06-25Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano
2014-06-10repack: introduce repack.writeBitmaps config optionJeff King
2014-04-23p5302-pack-index.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-01-27Merge branch 'jk/mark-edges-uninteresting'Junio C Hamano
2014-01-21t/perf: time rev-list with UNINTERESTING commitsJeff King
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti
2013-12-30t/perf: add tests for pack bitmapsJeff King
2013-12-27Merge branch 'tg/diff-no-index-refactor'Junio C Hamano
2013-12-12diff: don't read index when --no-index is givenThomas Gummerer
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder
2013-08-01Merge branch 'lf/echo-n-is-not-portable'Junio C Hamano
2013-07-29Avoid using `echo -n` anywhereLukas Fleischer
2013-07-05Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano
2013-06-30perf-lib: fix start/stop of perf testsThomas Gummerer
2013-06-23Documentation: Update 'linux-2.6.git' -> 'linux.git'W. Trevor King
2013-06-20Merge branch 'rs/discard-index-discard-array'Junio C Hamano
2013-06-10read-cache: add simple performance testRené Scharfe
2013-06-02Merge branch 'tr/line-log'Junio C Hamano
2013-03-28Implement line-history search (git log -L)Thomas Rast