Age | Commit message (Expand) | Author | Files | Lines |
2018-11-20 | tests: send "bug in the test script" errors to the script's stderr | SZEDER Gábor | 1 | -2/+2 |
2018-11-12 | p3400: replace calls to `git checkout -b' by `git checkout -B' | Alban Gruin | 1 | -5/+5 |
2018-10-10 | Merge branch 'ab/fsck-skiplist' | Junio C Hamano | 2 | -0/+53 |
2018-09-12 | fsck: add a performance test for skipList | René Scharfe | 1 | -0/+40 |
2018-09-12 | fsck: add a performance test | Ævar Arnfjörð Bjarmason | 1 | -0/+13 |
2018-08-20 | t/perf: add perf tests for fetches from a bitmapped server | Jeff King | 1 | -0/+45 |
2018-08-20 | t/perf: add infrastructure for measuring sizes | Jeff King | 3 | -5/+81 |
2018-08-20 | t/perf: factor out percent calculations | Jeff King | 1 | -9/+12 |
2018-08-20 | t/perf: factor boilerplate out of test_perf | Jeff King | 1 | -26/+35 |
2018-05-23 | Merge branch 'cc/perf-bisect' | Junio C Hamano | 1 | -0/+6 |
2018-05-06 | perf/bisect_run_script: disable codespeed | Christian Couder | 1 | -0/+6 |
2018-04-26 | perf/aggregate: use Getopt::Long for option parsing | Christian Couder | 1 | -36/+26 |
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 |