index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
t/perf/fsmonitor: shorten DESC to basename
Nipunn Koorapati
1
-1
/
+5
2020-10-26
t/perf/fsmonitor: factor description out for readability
Nipunn Koorapati
1
-10
/
+12
2020-10-26
t/perf/fsmonitor: improve error message if typoing hook name
Nipunn Koorapati
1
-1
/
+3
2020-10-26
t/perf/fsmonitor: move watchman setup to one-time-repo-setup
Nipunn Koorapati
1
-7
/
+9
2020-10-26
t/perf/fsmonitor: separate one time repo initialization
Nipunn Koorapati
1
-8
/
+11
2020-10-20
p7519-fsmonitor: add a git add benchmark
Nipunn Koorapati
1
-0
/
+4
2020-10-20
p7519-fsmonitor: refactor to avoid code duplication
Nipunn Koorapati
1
-99
/
+37
2020-10-20
perf lint: add make test-lint to perf tests
Nipunn Koorapati
2
-4
/
+7
2020-10-20
t/perf: add fsmonitor perf test for git diff
Nipunn Koorapati
1
-0
/
+71
2020-10-20
t/perf/p7519-fsmonitor.sh: warm cache on first git status
Nipunn Koorapati
1
-1
/
+2
2020-10-20
t/perf/README: elaborate on output format
Nipunn Koorapati
1
-0
/
+2
2020-09-22
Merge branch 'jk/dont-count-existing-objects-twice'
Junio C Hamano
1
-0
/
+4
2020-09-17
packfile: actually set approximate_object_count_valid
Jeff King
1
-0
/
+4
2020-08-31
Merge branch 'ps/ref-transaction-hook'
Junio C Hamano
1
-3
/
+10
2020-08-25
refs: remove lookup cache for reference-transaction hook
Patrick Steinhardt
1
-3
/
+10
2020-08-21
p5302: count up to online-cpus for thread tests
Jeff King
1
-23
/
+24
2020-08-21
p5302: disable thread-count parameter tests by default
Jeff King
3
-5
/
+16
2020-06-19
refs: implement reference transaction hook
Patrick Steinhardt
1
-0
/
+32
2020-05-04
pack-bitmap: pass object filter to fill-in traversal
Jeff King
1
-0
/
+5
2020-05-04
pack-bitmap.c: support 'tree:0' filtering
Taylor Blau
1
-0
/
+5
2020-04-28
Merge branch 'jk/fast-import-use-hashmap'
Junio C Hamano
1
-0
/
+23
2020-04-06
fast-import: replace custom hash with hashmap.c
Jeff King
1
-0
/
+23
2020-03-27
p5310: stop timing non-bitmap pack-to-disk
Jeff King
1
-4
/
+0
2020-02-14
pack-objects: support filters with bitmaps
Jeff King
1
-0
/
+4
2020-02-14
pack-bitmap: implement BLOB_LIMIT filtering
Jeff King
1
-0
/
+5
2020-02-14
pack-bitmap: implement BLOB_NONE filtering
Jeff King
1
-0
/
+5
2020-02-14
rev-list: allow commit-only bitmap traversals
Jeff King
1
-0
/
+8
2019-12-16
Merge branch 'cs/store-packfiles-in-hashmap'
Junio C Hamano
1
-0
/
+18
2019-12-10
Merge branch 'jk/perf-wo-git-dot-pm'
Junio C Hamano
1
-2
/
+7
2019-12-06
Merge branch 'tg/perf-remove-stale-result'
Junio C Hamano
2
-11
/
+5
2019-12-03
packfile.c: speed up loading lots of packfiles
Colin Stolley
1
-0
/
+18
2019-12-01
Merge branch 'jk/optim-in-pack-idx-conversion'
Junio C Hamano
1
-0
/
+1
2019-11-27
t/perf: don't depend on Git.pm
Jeff King
1
-2
/
+7
2019-11-27
perf-lib: use a single filename for all measurement types
Jeff King
2
-11
/
+5
2019-11-12
pack-objects: avoid pointless oe_map_new_pack() calls
Jeff King
1
-0
/
+1
2019-11-10
Fix spelling errors in messages shown to users
Elijah Newren
1
-1
/
+1
2019-08-12
t/perf: rename duplicate-numbered test script
Jeff King
1
-0
/
+0
2019-07-01
check_everything_connected: assume alternate ref tips are valid
Jeff King
1
-0
/
+27
2019-05-19
Merge branch 'ab/perf-installed-fix'
Junio C Hamano
4
-27
/
+53
2019-05-13
Merge branch 'jk/perf-aggregate-wo-libjson'
Junio C Hamano
1
-2
/
+2
2019-05-13
Merge branch 'jk/p5302-avoid-collision-check-cost'
Junio C Hamano
1
-13
/
+18
2019-05-13
Merge branch 'ew/repack-with-bitmaps-by-default'
Junio C Hamano
2
-3
/
+1
2019-05-13
Merge branch 'js/partial-clone-connectivity-check'
Junio C Hamano
1
-0
/
+26
2019-05-08
perf-lib.sh: forbid the use of GIT_TEST_INSTALLED
Ævar Arnfjörð Bjarmason
2
-0
/
+13
2019-05-08
perf tests: add "bindir" prefix to git tree test results
Ævar Arnfjörð Bjarmason
2
-2
/
+4
2019-05-08
perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.sh
Ævar Arnfjörð Bjarmason
3
-32
/
+38
2019-05-08
perf-lib.sh: make "./run <revisions>" use the correct gits
Ævar Arnfjörð Bjarmason
2
-2
/
+10
2019-05-08
perf aggregate: remove GIT_TEST_INSTALLED from --codespeed
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2019-05-08
perf README: correct docs for 3c8f12c96c regression
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2019-05-05
t/perf: add perf script for partial clones
Jeff King
1
-0
/
+26
[prev]
[next]