index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/fast-import-use-hashmap'
Junio C Hamano
2020-04-29
1
-0
/
+23
|
\
|
*
fast-import: replace custom hash with hashmap.c
Jeff King
2020-04-06
1
-0
/
+23
*
|
p5310: stop timing non-bitmap pack-to-disk
Jeff King
2020-03-27
1
-4
/
+0
|
/
*
pack-objects: support filters with bitmaps
Jeff King
2020-02-14
1
-0
/
+4
*
pack-bitmap: implement BLOB_LIMIT filtering
Jeff King
2020-02-14
1
-0
/
+5
*
pack-bitmap: implement BLOB_NONE filtering
Jeff King
2020-02-14
1
-0
/
+5
*
rev-list: allow commit-only bitmap traversals
Jeff King
2020-02-14
1
-0
/
+8
*
Merge branch 'cs/store-packfiles-in-hashmap'
Junio C Hamano
2019-12-16
1
-0
/
+18
|
\
|
*
packfile.c: speed up loading lots of packfiles
Colin Stolley
2019-12-03
1
-0
/
+18
*
|
Merge branch 'jk/perf-wo-git-dot-pm'
Junio C Hamano
2019-12-10
1
-2
/
+7
|
\
\
|
*
|
t/perf: don't depend on Git.pm
Jeff King
2019-11-27
1
-2
/
+7
*
|
|
Merge branch 'tg/perf-remove-stale-result'
Junio C Hamano
2019-12-07
2
-11
/
+5
|
\
\
\
|
*
|
|
perf-lib: use a single filename for all measurement types
Jeff King
2019-11-27
2
-11
/
+5
|
|
/
/
*
|
|
Merge branch 'jk/optim-in-pack-idx-conversion'
Junio C Hamano
2019-12-01
1
-0
/
+1
|
\
\
\
|
*
|
|
pack-objects: avoid pointless oe_map_new_pack() calls
Jeff King
2019-11-12
1
-0
/
+1
|
|
/
/
*
|
/
Fix spelling errors in messages shown to users
Elijah Newren
2019-11-10
1
-1
/
+1
|
|
/
|
/
|
*
|
t/perf: rename duplicate-numbered test script
Jeff King
2019-08-12
1
-0
/
+0
|
/
*
check_everything_connected: assume alternate ref tips are valid
Jeff King
2019-07-01
1
-0
/
+27
*
Merge branch 'ab/perf-installed-fix'
Junio C Hamano
2019-05-19
4
-27
/
+53
|
\
|
*
perf-lib.sh: forbid the use of GIT_TEST_INSTALLED
Ævar Arnfjörð Bjarmason
2019-05-08
2
-0
/
+13
|
*
perf tests: add "bindir" prefix to git tree test results
Ævar Arnfjörð Bjarmason
2019-05-08
2
-2
/
+4
|
*
perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.sh
Ævar Arnfjörð Bjarmason
2019-05-08
3
-32
/
+38
|
*
perf-lib.sh: make "./run <revisions>" use the correct gits
Ævar Arnfjörð Bjarmason
2019-05-08
2
-2
/
+10
|
*
perf aggregate: remove GIT_TEST_INSTALLED from --codespeed
Ævar Arnfjörð Bjarmason
2019-05-08
1
-3
/
+0
|
*
perf README: correct docs for 3c8f12c96c regression
Ævar Arnfjörð Bjarmason
2019-05-08
1
-1
/
+1
*
|
Merge branch 'jk/perf-aggregate-wo-libjson'
Junio C Hamano
2019-05-13
1
-2
/
+2
|
\
\
|
*
|
t/perf: depend on perl JSON only when using --codespeed
Jeff King
2019-04-24
1
-2
/
+2
|
|
/
*
|
Merge branch 'jk/p5302-avoid-collision-check-cost'
Junio C Hamano
2019-05-13
1
-13
/
+18
|
\
\
|
*
|
p5302: create the repo in each index-pack test
Jeff King
2019-04-23
1
-13
/
+18
*
|
|
Merge branch 'ew/repack-with-bitmaps-by-default'
Junio C Hamano
2019-05-13
2
-3
/
+1
|
\
\
\
|
*
|
|
pack-objects: default to writing bitmap hash-cache
Jeff King
2019-03-18
2
-3
/
+1
*
|
|
|
Merge branch 'js/partial-clone-connectivity-check'
Junio C Hamano
2019-05-13
1
-0
/
+26
|
\
\
\
\
|
*
|
|
|
t/perf: add perf script for partial clones
Jeff King
2019-05-05
1
-0
/
+26
|
|
/
/
/
*
|
|
|
Merge branch 'jk/revision-rewritten-parents-in-prio-queue'
Junio C Hamano
2019-04-25
1
-0
/
+18
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
revision: use a prio_queue to hold rewritten parents
Jeff King
2019-04-04
1
-0
/
+18
|
|
|
/
|
|
/
|
*
|
|
perf-lib.sh: rely on test-lib.sh for --tee handling
Jeff King
2019-03-18
1
-23
/
+11
|
|
/
|
/
|
*
|
prune: use bitmaps for reachability traversal
Jeff King
2019-02-15
1
-0
/
+11
*
|
prune: lazily perform reachability traversal
Jeff King
2019-02-15
1
-0
/
+24
|
/
*
tests: send "bug in the test script" errors to the script's stderr
SZEDER Gábor
2018-11-20
1
-2
/
+2
*
p3400: replace calls to `git checkout -b' by `git checkout -B'
Alban Gruin
2018-11-12
1
-5
/
+5
*
Merge branch 'ab/fsck-skiplist'
Junio C Hamano
2018-10-10
2
-0
/
+53
|
\
|
*
fsck: add a performance test for skipList
René Scharfe
2018-09-13
1
-0
/
+40
|
*
fsck: add a performance test
Ævar Arnfjörð Bjarmason
2018-09-13
1
-0
/
+13
*
|
t/perf: add perf tests for fetches from a bitmapped server
Jeff King
2018-08-20
1
-0
/
+45
*
|
t/perf: add infrastructure for measuring sizes
Jeff King
2018-08-20
3
-5
/
+81
*
|
t/perf: factor out percent calculations
Jeff King
2018-08-20
1
-9
/
+12
*
|
t/perf: factor boilerplate out of test_perf
Jeff King
2018-08-20
1
-26
/
+35
|
/
*
Merge branch 'cc/perf-bisect'
Junio C Hamano
2018-05-23
1
-0
/
+6
|
\
|
*
perf/bisect_run_script: disable codespeed
Christian Couder
2018-05-06
1
-0
/
+6
*
|
perf/aggregate: use Getopt::Long for option parsing
Christian Couder
2018-04-26
1
-36
/
+26
[next]