aboutsummaryrefslogtreecommitdiffstats
path: root/t/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-25Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano1-0/+3
2014-06-10repack: introduce repack.writeBitmaps config optionJeff King1-0/+3
2014-04-23p5302-pack-index.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano1-0/+57
2014-01-27Merge branch 'jk/mark-edges-uninteresting'Junio C Hamano1-0/+12
2014-01-21t/perf: time rev-list with UNINTERESTING commitsJeff King1-0/+12
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti1-1/+2
2013-12-30t/perf: add tests for pack bitmapsJeff King1-0/+56
2013-12-27Merge branch 'tg/diff-no-index-refactor'Junio C Hamano1-0/+22
2013-12-12diff: don't read index when --no-index is givenThomas Gummerer1-0/+22
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder1-1/+3
2013-08-01Merge branch 'lf/echo-n-is-not-portable'Junio C Hamano1-2/+2
2013-07-29Avoid using `echo -n` anywhereLukas Fleischer1-2/+2
2013-07-05Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano1-1/+2
2013-06-29perf-lib: fix start/stop of perf testsThomas Gummerer1-1/+2
2013-06-22Documentation: Update 'linux-2.6.git' -> 'linux.git'W. Trevor King1-1/+1
2013-06-20Merge branch 'rs/discard-index-discard-array'Junio C Hamano1-0/+14
2013-06-09read-cache: add simple performance testRené Scharfe1-0/+14
2013-06-02Merge branch 'tr/line-log'Junio C Hamano1-0/+34
2013-03-28Implement line-history search (git log -L)Thomas Rast1-0/+34
2013-03-09perf: update documentation of GIT_PERF_REPEAT_COUNTAntoine Pelisse1-1/+1
2012-10-01Merge branch 'ep/malloc-check-perturb'Junio C Hamano1-1/+1
2012-09-26MALLOC_CHECK: enable it, unless disabled explicitlyRené Scharfe1-1/+1
2012-09-25Merge branch 'ep/malloc-check-perturb'Junio C Hamano1-0/+1
2012-09-17MALLOC_CHECK: various clean-upsJunio C Hamano1-0/+1
2012-09-17t/perf: add "trash directory" to .gitignoreRamkumar Ramachandra1-2/+3
2012-08-04tests: Introduce test_seqMichał Kiedrowicz1-1/+1
2012-05-14Merge branch 'nd/threaded-index-pack'Junio C Hamano1-0/+40
2012-05-07index-pack: support multithreaded delta resolvingNguyễn Thái Ngọc Duy1-0/+40
2012-03-09p4000: use -3000 when promising -3000Thomas Rast1-1/+1
2012-03-08perf: export some important test-lib variablesThomas Rast2-1/+14
2012-03-08perf: load test-lib-functions from the correct directoryThomas Rast2-1/+6
2012-03-06perf: compare diff algorithmsThomas Rast1-0/+29
2012-02-17Add a performance test for git-grepThomas Rast1-0/+23
2012-02-17Introduce a performance testing frameworkThomas Rast9-0/+688