summaryrefslogtreecommitdiff
path: root/t/perf
AgeCommit message (Expand)AuthorFilesLines
2014-04-23p5302-pack-index.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-02-27Merge branch 'jk/pack-bitmap'Libravatar Junio C Hamano1-0/+57
2014-01-27Merge branch 'jk/mark-edges-uninteresting'Libravatar Junio C Hamano1-0/+12
2014-01-21t/perf: time rev-list with UNINTERESTING commitsLibravatar Jeff King1-0/+12
2013-12-30pack-bitmap: implement optional name_hash cacheLibravatar Vicent Marti1-1/+2
2013-12-30t/perf: add tests for pack bitmapsLibravatar Jeff King1-0/+56
2013-12-27Merge branch 'tg/diff-no-index-refactor'Libravatar Junio C Hamano1-0/+22
2013-12-12diff: don't read index when --no-index is givenLibravatar Thomas Gummerer1-0/+22
2013-11-26test: replace shebangs with descriptions in shell librariesLibravatar Jonathan Nieder1-1/+3
2013-08-01Merge branch 'lf/echo-n-is-not-portable'Libravatar Junio C Hamano1-2/+2
2013-07-29Avoid using `echo -n` anywhereLibravatar Lukas Fleischer1-2/+2
2013-07-05Merge branch 'tr/test-v-and-v-subtest-only'Libravatar Junio C Hamano1-1/+2
2013-06-29perf-lib: fix start/stop of perf testsLibravatar Thomas Gummerer1-1/+2
2013-06-22Documentation: Update 'linux-2.6.git' -> 'linux.git'Libravatar W. Trevor King1-1/+1
2013-06-20Merge branch 'rs/discard-index-discard-array'Libravatar Junio C Hamano1-0/+14
2013-06-09read-cache: add simple performance testLibravatar René Scharfe1-0/+14
2013-06-02Merge branch 'tr/line-log'Libravatar Junio C Hamano1-0/+34
2013-03-28Implement line-history search (git log -L)Libravatar Thomas Rast1-0/+34
2013-03-09perf: update documentation of GIT_PERF_REPEAT_COUNTLibravatar Antoine Pelisse1-1/+1
2012-10-01Merge branch 'ep/malloc-check-perturb'Libravatar Junio C Hamano1-1/+1
2012-09-26MALLOC_CHECK: enable it, unless disabled explicitlyLibravatar René Scharfe1-1/+1
2012-09-25Merge branch 'ep/malloc-check-perturb'Libravatar Junio C Hamano1-0/+1
2012-09-17MALLOC_CHECK: various clean-upsLibravatar Junio C Hamano1-0/+1
2012-09-17t/perf: add "trash directory" to .gitignoreLibravatar Ramkumar Ramachandra1-2/+3
2012-08-04tests: Introduce test_seqLibravatar Michał Kiedrowicz1-1/+1
2012-05-14Merge branch 'nd/threaded-index-pack'Libravatar Junio C Hamano1-0/+40
2012-05-07index-pack: support multithreaded delta resolvingLibravatar Nguyễn Thái Ngọc Duy1-0/+40
2012-03-09p4000: use -3000 when promising -3000Libravatar Thomas Rast1-1/+1
2012-03-08perf: export some important test-lib variablesLibravatar Thomas Rast2-1/+14
2012-03-08perf: load test-lib-functions from the correct directoryLibravatar Thomas Rast2-1/+6
2012-03-06perf: compare diff algorithmsLibravatar Thomas Rast1-0/+29
2012-02-17Add a performance test for git-grepLibravatar Thomas Rast1-0/+23
2012-02-17Introduce a performance testing frameworkLibravatar Thomas Rast9-0/+688