Age | Commit message (Expand) | Author | Files | Lines |
2018-04-25 | Merge branch 'cc/perf-bisect' | Junio C Hamano | 3 | -10/+166 |
2018-04-11 | t/perf: add scripts to bisect performance regressions | Christian Couder | 2 | -0/+120 |
2018-04-11 | perf/run: add --subsection option | Christian Couder | 1 | -10/+46 |
2018-04-11 | Merge branch 'nd/combined-test-helper' | Junio C Hamano | 5 | -13/+13 |
2018-03-27 | perf/aggregate: add --sort-by=regression option | Christian Couder | 1 | -1/+58 |
2018-03-27 | perf/aggregate: add display_dir() | Christian Couder | 1 | -4/+7 |
2018-03-27 | t/helper: merge test-write-cache into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-03-27 | t/helper: merge test-string-list into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-03-27 | t/helper: merge test-read-cache into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-03-27 | t/helper: merge test-drop-caches into test-tool | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2018-03-27 | t/helper: merge test-lazy-init-name-hash into test-tool | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2018-02-27 | perf: use GIT_PERF_REPEAT_COUNT=3 by default even without config file | René Scharfe | 1 | -5/+3 |
2018-02-15 | Merge branch 'cc/perf-aggregate' | Junio C Hamano | 1 | -11/+37 |
2018-02-13 | Merge branch 'ab/simplify-perl-makefile' | Junio C Hamano | 1 | -1/+1 |
2018-02-02 | perf/aggregate: sort JSON fields in output | Christian Couder | 1 | -1/+1 |
2018-02-02 | perf/aggregate: add --reponame option | Christian Couder | 1 | -2/+13 |
2018-02-02 | perf/aggregate: add --subsection option | Christian Couder | 1 | -9/+24 |
2018-01-23 | Merge branch 'cc/codespeed' | Junio C Hamano | 2 | -54/+137 |
2018-01-05 | perf/run: read GIT_PERF_REPO_NAME from perf.repoName | Christian Couder | 1 | -0/+3 |
2018-01-05 | perf/run: learn to send output to codespeed server | Christian Couder | 1 | -1/+11 |
2018-01-05 | perf/run: learn about perf.codespeedOutput | Christian Couder | 1 | -1/+6 |
2018-01-05 | perf/run: add conf_opts argument to get_var_from_env_or_config() | Christian Couder | 1 | -5/+6 |
2018-01-05 | perf/aggregate: implement codespeed JSON output | Christian Couder | 1 | -2/+62 |
2018-01-05 | perf/aggregate: refactor printing results | Christian Couder | 1 | -46/+50 |
2018-01-05 | perf/aggregate: fix checking ENV{GIT_PERF_SUBSECTION} | Christian Couder | 1 | -1/+1 |
2018-01-04 | perf: amend the grep tests to test grep.threads | Ævar Arnfjörð Bjarmason | 2 | -21/+86 |
2017-12-28 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -2/+1 |
2017-12-18 | p7519: improve check for prerequisite WATCHMAN | René Scharfe | 1 | -2/+1 |
2017-12-13 | Merge branch 'ds/for-each-file-in-obj-micro-optim' | Junio C Hamano | 1 | -0/+4 |
2017-12-11 | Makefile: replace perl/Makefile.PL with simple make rules | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-12-06 | Merge branch 'jk/fewer-pack-rescan' | Junio C Hamano | 3 | -23/+82 |
2017-12-06 | Merge branch 'cc/perf-run-config' | Junio C Hamano | 3 | -15/+89 |
2017-12-04 | sha1_file: use strbuf_add() instead of strbuf_addf() | Derrick Stolee | 1 | -0/+4 |
2017-11-21 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -0/+184 |
2017-11-21 | p5551: add a script to test fetch pack-dir rescans | Jeff King | 1 | -0/+55 |
2017-11-21 | t/perf/lib-pack: use fast-import checkpoint to create packs | Jeff King | 1 | -7/+3 |
2017-11-21 | p5550: factor out nonsense-pack creation | Jeff King | 2 | -23/+31 |
2017-10-13 | p4211-line-log.sh: add log --online --raw --parents perf test | Derrick Stolee | 1 | -0/+4 |
2017-10-01 | fsmonitor: add a performance test | Ben Peart | 1 | -0/+184 |
2017-09-24 | perf: store subsection results in "test-results/$GIT_PERF_SUBSECTION/" | Christian Couder | 2 | -3/+9 |
2017-09-24 | perf/run: show name of rev being built | Christian Couder | 1 | -2/+3 |
2017-09-24 | perf/run: add run_subsection() | Christian Couder | 1 | -12/+35 |
2017-09-24 | perf/run: update get_var_from_env_or_config() for subsections | Christian Couder | 1 | -12/+20 |
2017-09-24 | perf/run: add get_subsections() | Christian Couder | 1 | -0/+7 |
2017-09-24 | perf/run: add calls to get_var_from_env_or_config() | Christian Couder | 1 | -0/+3 |
2017-09-24 | perf/run: add GIT_PERF_DIRS_OR_REVS | Christian Couder | 1 | -0/+3 |
2017-09-24 | perf/run: add get_var_from_env_or_config() | Christian Couder | 2 | -3/+21 |
2017-09-24 | perf/run: add '--config' option to the 'run' script | Christian Couder | 1 | -1/+6 |
2017-08-21 | perf: add test for writing the index | Kevin Willford | 1 | -0/+29 |
2017-07-05 | Merge branch 'rs/sha1-name-readdir-optim' | Junio C Hamano | 1 | -0/+16 |