summaryrefslogtreecommitdiffstats
path: root/t/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/fast-import-use-hashmap'Junio C Hamano2020-04-291-0/+23
|\
| * fast-import: replace custom hash with hashmap.cJeff King2020-04-061-0/+23
* | p5310: stop timing non-bitmap pack-to-diskJeff King2020-03-271-4/+0
|/
* pack-objects: support filters with bitmapsJeff King2020-02-141-0/+4
* pack-bitmap: implement BLOB_LIMIT filteringJeff King2020-02-141-0/+5
* pack-bitmap: implement BLOB_NONE filteringJeff King2020-02-141-0/+5
* rev-list: allow commit-only bitmap traversalsJeff King2020-02-141-0/+8
* Merge branch 'cs/store-packfiles-in-hashmap'Junio C Hamano2019-12-161-0/+18
|\
| * packfile.c: speed up loading lots of packfilesColin Stolley2019-12-031-0/+18
* | Merge branch 'jk/perf-wo-git-dot-pm'Junio C Hamano2019-12-101-2/+7
|\ \
| * | t/perf: don't depend on Git.pmJeff King2019-11-271-2/+7
* | | Merge branch 'tg/perf-remove-stale-result'Junio C Hamano2019-12-072-11/+5
|\ \ \
| * | | perf-lib: use a single filename for all measurement typesJeff King2019-11-272-11/+5
| |/ /
* | | Merge branch 'jk/optim-in-pack-idx-conversion'Junio C Hamano2019-12-011-0/+1
|\ \ \
| * | | pack-objects: avoid pointless oe_map_new_pack() callsJeff King2019-11-121-0/+1
| |/ /
* | / Fix spelling errors in messages shown to usersElijah Newren2019-11-101-1/+1
| |/ |/|
* | t/perf: rename duplicate-numbered test scriptJeff King2019-08-121-0/+0
|/
* check_everything_connected: assume alternate ref tips are validJeff King2019-07-011-0/+27
* Merge branch 'ab/perf-installed-fix'Junio C Hamano2019-05-194-27/+53
|\
| * perf-lib.sh: forbid the use of GIT_TEST_INSTALLEDÆvar Arnfjörð Bjarmason2019-05-082-0/+13
| * perf tests: add "bindir" prefix to git tree test resultsÆvar Arnfjörð Bjarmason2019-05-082-2/+4
| * perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.shÆvar Arnfjörð Bjarmason2019-05-083-32/+38
| * perf-lib.sh: make "./run <revisions>" use the correct gitsÆvar Arnfjörð Bjarmason2019-05-082-2/+10
| * perf aggregate: remove GIT_TEST_INSTALLED from --codespeedÆvar Arnfjörð Bjarmason2019-05-081-3/+0
| * perf README: correct docs for 3c8f12c96c regressionÆvar Arnfjörð Bjarmason2019-05-081-1/+1
* | Merge branch 'jk/perf-aggregate-wo-libjson'Junio C Hamano2019-05-131-2/+2
|\ \
| * | t/perf: depend on perl JSON only when using --codespeedJeff King2019-04-241-2/+2
| |/
* | Merge branch 'jk/p5302-avoid-collision-check-cost'Junio C Hamano2019-05-131-13/+18
|\ \
| * | p5302: create the repo in each index-pack testJeff King2019-04-231-13/+18
* | | Merge branch 'ew/repack-with-bitmaps-by-default'Junio C Hamano2019-05-132-3/+1
|\ \ \
| * | | pack-objects: default to writing bitmap hash-cacheJeff King2019-03-182-3/+1
* | | | Merge branch 'js/partial-clone-connectivity-check'Junio C Hamano2019-05-131-0/+26
|\ \ \ \
| * | | | t/perf: add perf script for partial clonesJeff King2019-05-051-0/+26
| |/ / /
* | | | Merge branch 'jk/revision-rewritten-parents-in-prio-queue'Junio C Hamano2019-04-251-0/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | revision: use a prio_queue to hold rewritten parentsJeff King2019-04-041-0/+18
| | |/ | |/|
* | | perf-lib.sh: rely on test-lib.sh for --tee handlingJeff King2019-03-181-23/+11
| |/ |/|
* | prune: use bitmaps for reachability traversalJeff King2019-02-151-0/+11
* | prune: lazily perform reachability traversalJeff King2019-02-151-0/+24
|/
* tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor2018-11-201-2/+2
* p3400: replace calls to `git checkout -b' by `git checkout -B'Alban Gruin2018-11-121-5/+5
* Merge branch 'ab/fsck-skiplist'Junio C Hamano2018-10-102-0/+53
|\
| * fsck: add a performance test for skipListRené Scharfe2018-09-131-0/+40
| * fsck: add a performance testÆvar Arnfjörð Bjarmason2018-09-131-0/+13
* | t/perf: add perf tests for fetches from a bitmapped serverJeff King2018-08-201-0/+45
* | t/perf: add infrastructure for measuring sizesJeff King2018-08-203-5/+81
* | t/perf: factor out percent calculationsJeff King2018-08-201-9/+12
* | t/perf: factor boilerplate out of test_perfJeff King2018-08-201-26/+35
|/
* Merge branch 'cc/perf-bisect'Junio C Hamano2018-05-231-0/+6
|\
| * perf/bisect_run_script: disable codespeedChristian Couder2018-05-061-0/+6
* | perf/aggregate: use Getopt::Long for option parsingChristian Couder2018-04-261-36/+26