summaryrefslogtreecommitdiff
path: root/t/perf
AgeCommit message (Expand)Author
2021-01-15Merge branch 'nk/perf-fsmonitor-cleanup'Junio C Hamano
2021-01-07Merge branch 'es/perf-export-fix'Junio C Hamano
2021-01-06p7519: allow running without watchman prereqTaylor Blau
2020-12-22t/perf: avoid unnecessary test_export() recursionEric Sunshine
2020-12-18Merge branch 'es/perf-export-fix'Junio C Hamano
2020-12-16t/perf: fix test_export() failure with BSD `sed`Eric Sunshine
2020-12-08Merge branch 'nk/perf-fsmonitor-cleanup'Junio C Hamano
2020-12-08Merge branch 'ps/update-ref-multi-transaction'Junio C Hamano
2020-11-30perf/fsmonitor: use test_must_be_empty helperNipunn Koorapati
2020-11-16p1400: use `git-update-ref --stdin` to test multiple transactionsPatrick Steinhardt
2020-10-26t/perf/fsmonitor: add benchmark for dirty statusNipunn Koorapati
2020-10-26t/perf/fsmonitor: perf comparison of multiple fsmonitor integrationsNipunn Koorapati
2020-10-26t/perf/fsmonitor: initialize test with git resetNipunn Koorapati
2020-10-26t/perf/fsmonitor: factor setup for fsmonitor into functionNipunn Koorapati
2020-10-26t/perf/fsmonitor: silence initial git commitNipunn Koorapati
2020-10-26t/perf/fsmonitor: shorten DESC to basenameNipunn Koorapati
2020-10-26t/perf/fsmonitor: factor description out for readabilityNipunn Koorapati
2020-10-26t/perf/fsmonitor: improve error message if typoing hook nameNipunn Koorapati
2020-10-26t/perf/fsmonitor: move watchman setup to one-time-repo-setupNipunn Koorapati
2020-10-26t/perf/fsmonitor: separate one time repo initializationNipunn Koorapati
2020-10-20p7519-fsmonitor: add a git add benchmarkNipunn Koorapati
2020-10-20p7519-fsmonitor: refactor to avoid code duplicationNipunn Koorapati
2020-10-20perf lint: add make test-lint to perf testsNipunn Koorapati
2020-10-20t/perf: add fsmonitor perf test for git diffNipunn Koorapati
2020-10-20t/perf/p7519-fsmonitor.sh: warm cache on first git statusNipunn Koorapati
2020-10-20t/perf/README: elaborate on output formatNipunn Koorapati
2020-09-22Merge branch 'jk/dont-count-existing-objects-twice'Junio C Hamano
2020-09-17packfile: actually set approximate_object_count_validJeff King
2020-08-31Merge branch 'ps/ref-transaction-hook'Junio C Hamano
2020-08-25refs: remove lookup cache for reference-transaction hookPatrick Steinhardt
2020-08-21p5302: count up to online-cpus for thread testsJeff King
2020-08-21p5302: disable thread-count parameter tests by defaultJeff King
2020-06-19refs: implement reference transaction hookPatrick Steinhardt
2020-05-05pack-bitmap: pass object filter to fill-in traversalJeff King
2020-05-05pack-bitmap.c: support 'tree:0' filteringTaylor Blau
2020-04-28Merge branch 'jk/fast-import-use-hashmap'Junio C Hamano
2020-04-06fast-import: replace custom hash with hashmap.cJeff King
2020-03-27p5310: stop timing non-bitmap pack-to-diskJeff King
2020-02-14pack-objects: support filters with bitmapsJeff King
2020-02-14pack-bitmap: implement BLOB_LIMIT filteringJeff King
2020-02-14pack-bitmap: implement BLOB_NONE filteringJeff King
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King
2019-12-16Merge branch 'cs/store-packfiles-in-hashmap'Junio C Hamano
2019-12-10Merge branch 'jk/perf-wo-git-dot-pm'Junio C Hamano
2019-12-06Merge branch 'tg/perf-remove-stale-result'Junio C Hamano
2019-12-03packfile.c: speed up loading lots of packfilesColin Stolley
2019-12-01Merge branch 'jk/optim-in-pack-idx-conversion'Junio C Hamano
2019-11-27t/perf: don't depend on Git.pmJeff King
2019-11-27perf-lib: use a single filename for all measurement typesJeff King
2019-11-12pack-objects: avoid pointless oe_map_new_pack() callsJeff King