1. 165293a tests: send "bug in the test script" errors to the script's stderr by SZEDER Gábor · 6 years ago
  2. 5aa24d7 p3400: replace calls to `git checkout -b' by `git checkout -B' by Alban Gruin · 6 years ago
  3. 66ec237 Merge branch 'ab/fsck-skiplist' by Junio C Hamano · 6 years ago
  4. 01e0d54 fsck: add a performance test for skipList by René Scharfe · 7 years ago
  5. 6cb173b fsck: add a performance test by Ævar Arnfjörð Bjarmason · 7 years ago
  6. 198b349 t/perf: add perf tests for fetches from a bitmapped server by Jeff King · 7 years ago
  7. 22bec79 t/perf: add infrastructure for measuring sizes by Jeff King · 7 years ago
  8. 5a924a6 t/perf: factor out percent calculations by Jeff King · 7 years ago
  9. 968e77a t/perf: factor boilerplate out of test_perf by Jeff King · 7 years ago
  10. 02d11bb Merge branch 'cc/perf-bisect' by Junio C Hamano · 7 years ago
  11. d9ea451 perf/bisect_run_script: disable codespeed by Christian Couder · 7 years ago
  12. 38368cb perf/aggregate: use Getopt::Long for option parsing by Christian Couder · 7 years ago
  13. 0264531 Merge branch 'cc/perf-bisect' by Junio C Hamano · 7 years ago
  14. 297e685 t/perf: add scripts to bisect performance regressions by Christian Couder · 7 years ago
  15. 8796b30 perf/run: add --subsection option by Christian Couder · 7 years ago
  16. 27f2584 Merge branch 'nd/combined-test-helper' by Junio C Hamano · 7 years ago
  17. 2e3efd0 perf/aggregate: add --sort-by=regression option by Christian Couder · 7 years ago
  18. c94b6ac perf/aggregate: add display_dir() by Christian Couder · 7 years ago
  19. c81f843 t/helper: merge test-write-cache into test-tool by Nguyễn Thái Ngọc Duy · 7 years ago
  20. c932a5f t/helper: merge test-string-list into test-tool by Nguyễn Thái Ngọc Duy · 7 years ago
  21. 5fbe600 t/helper: merge test-read-cache into test-tool by Nguyễn Thái Ngọc Duy · 7 years ago
  22. 1c85474 t/helper: merge test-drop-caches into test-tool by Nguyễn Thái Ngọc Duy · 7 years ago
  23. 64eb82f t/helper: merge test-lazy-init-name-hash into test-tool by Nguyễn Thái Ngọc Duy · 7 years ago
  24. 53ba2c7 perf: use GIT_PERF_REPEAT_COUNT=3 by default even without config file by René Scharfe · 7 years ago
  25. 9b6734e Merge branch 'cc/perf-aggregate' by Junio C Hamano · 7 years ago
  26. ed1b87e Merge branch 'ab/simplify-perl-makefile' by Junio C Hamano · 7 years ago
  27. ed103ed perf/aggregate: sort JSON fields in output by Christian Couder · 7 years ago
  28. fb2c362 perf/aggregate: add --reponame option by Christian Couder · 7 years ago
  29. cd5d4bf perf/aggregate: add --subsection option by Christian Couder · 7 years ago
  30. 86d7fcc Merge branch 'cc/codespeed' by Junio C Hamano · 7 years ago
  31. 19cf57a perf/run: read GIT_PERF_REPO_NAME from perf.repoName by Christian Couder · 7 years ago
  32. fccec20 perf/run: learn to send output to codespeed server by Christian Couder · 7 years ago
  33. 5d6bb93 perf/run: learn about perf.codespeedOutput by Christian Couder · 7 years ago
  34. 3ae7d2b perf/run: add conf_opts argument to get_var_from_env_or_config() by Christian Couder · 7 years ago
  35. 05eb1c3 perf/aggregate: implement codespeed JSON output by Christian Couder · 7 years ago
  36. 30ffff6 perf/aggregate: refactor printing results by Christian Couder · 7 years ago
  37. 6f5ecad perf/aggregate: fix checking ENV{GIT_PERF_SUBSECTION} by Christian Couder · 7 years ago
  38. 7b31b55 perf: amend the grep tests to test grep.threads by Ævar Arnfjörð Bjarmason · 7 years ago
  39. 8e777af Merge branch 'bp/fsmonitor' by Junio C Hamano · 7 years ago
  40. b4f61b7 p7519: improve check for prerequisite WATCHMAN by René Scharfe · 7 years ago
  41. 97e1f85 Merge branch 'ds/for-each-file-in-obj-micro-optim' by Junio C Hamano · 7 years ago
  42. 20d2a30 Makefile: replace perl/Makefile.PL with simple make rules by Ævar Arnfjörð Bjarmason · 7 years ago
  43. 79bafd2 Merge branch 'jk/fewer-pack-rescan' by Junio C Hamano · 7 years ago
  44. 7102541 Merge branch 'cc/perf-run-config' by Junio C Hamano · 7 years ago
  45. 163ee5e sha1_file: use strbuf_add() instead of strbuf_addf() by Derrick Stolee · 7 years ago
  46. e05336b Merge branch 'bp/fsmonitor' by Junio C Hamano · 7 years ago
  47. 7893bf1 p5551: add a script to test fetch pack-dir rescans by Jeff King · 7 years ago
  48. 0a11e40 t/perf/lib-pack: use fast-import checkpoint to create packs by Jeff King · 7 years ago
  49. aa338d3 p5550: factor out nonsense-pack creation by Jeff King · 7 years ago
  50. 1af8b01 p4211-line-log.sh: add log --online --raw --parents perf test by Derrick Stolee · 7 years ago
  51. 14527b3 fsmonitor: add a performance test by Ben Peart · 8 years ago
  52. 5d445f3 perf: store subsection results in "test-results/$GIT_PERF_SUBSECTION/" by Christian Couder · 8 years ago
  53. ffdd010 perf/run: show name of rev being built by Christian Couder · 8 years ago
  54. afda85c perf/run: add run_subsection() by Christian Couder · 8 years ago
  55. 9ba95ed perf/run: update get_var_from_env_or_config() for subsections by Christian Couder · 8 years ago
  56. 2638441 perf/run: add get_subsections() by Christian Couder · 8 years ago
  57. 948e22e perf/run: add calls to get_var_from_env_or_config() by Christian Couder · 8 years ago
  58. 91c4339 perf/run: add GIT_PERF_DIRS_OR_REVS by Christian Couder · 8 years ago
  59. e6b7153 perf/run: add get_var_from_env_or_config() by Christian Couder · 8 years ago
  60. e3d5e12 perf/run: add '--config' option to the 'run' script by Christian Couder · 8 years ago
  61. 3921a0b perf: add test for writing the index by Kevin Willford · 8 years ago
  62. 5ab148d Merge branch 'rs/sha1-name-readdir-optim' by Junio C Hamano · 8 years ago
  63. 5a5bd57 p4205: add perf test script for pretty log formats by René Scharfe · 8 years ago
  64. a4478c9 Merge branch 'jh/memihash-opt' into maint by Junio C Hamano · 8 years ago
  65. 154ffee perf: work around the tested repo having an index.lock by Ævar Arnfjörð Bjarmason · 8 years ago
  66. 36dcb57 Merge branch 'ab/grep-preparatory-cleanup' by Junio C Hamano · 8 years ago
  67. c05e123 Merge branch 'jh/memihash-opt' by Junio C Hamano · 8 years ago
  68. 140921c Merge branch 'ab/perf-wildmatch' by Junio C Hamano · 8 years ago
  69. 723fc5a perf: add a comparison test of log --grep regex engines with -F by Ævar Arnfjörð Bjarmason · 8 years ago
  70. c8f39be perf: add a comparison test of log --grep regex engines by Ævar Arnfjörð Bjarmason · 8 years ago
  71. bc22d81 perf: add a comparison test of grep regex engines with -F by Ævar Arnfjörð Bjarmason · 8 years ago
  72. 3878c7a perf: add a comparison test of grep regex engines by Ævar Arnfjörð Bjarmason · 8 years ago
  73. b11ad02 perf: emit progress output when unpacking & building by Ævar Arnfjörð Bjarmason · 8 years ago
  74. 88b6197 perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't do by Ævar Arnfjörð Bjarmason · 8 years ago
  75. c5a9157 p0004: don't error out if test repo is too small by René Scharfe · 8 years ago
  76. 7b0d409 p0004: don't abort if multi-threaded is too slow by René Scharfe · 8 years ago
  77. 48a6ace p0004: use test_perf by René Scharfe · 8 years ago
  78. e1ebb56 p0004: avoid using pipes by René Scharfe · 8 years ago
  79. 1c002d0 p0004: simplify calls of test-lazy-init-name-hash by René Scharfe · 8 years ago
  80. 62ca75a perf: add test showing exponential growth in path globbing by Ævar Arnfjörð Bjarmason · 8 years ago
  81. 91de27c perf: add function to setup a fresh test repo by Ævar Arnfjörð Bjarmason · 8 years ago
  82. de950c5 p3400: add perf tests for rebasing many changes by Christian Couder · 8 years ago
  83. d9dfed9 Merge branch 'ab/align-perf-descriptions' by Junio C Hamano · 8 years ago
  84. 6cbc478 Merge branch 'jh/add-index-entry-optim' by Junio C Hamano · 8 years ago
  85. 8b6bba6 Merge branch 'jh/string-list-micro-optim' by Junio C Hamano · 8 years ago
  86. db7ed0f t/perf: correctly align non-ASCII descriptions in output by Ævar Arnfjörð Bjarmason · 8 years ago
  87. 8377f34 Merge branch 'jh/memihash-opt' by Junio C Hamano · 8 years ago
  88. 350d870 p0006-read-tree-checkout: perf test to time read-tree by Jeff Hostetler · 8 years ago
  89. c9d4999 p0004: make perf test executable by Christian Couder · 8 years ago
  90. 950a234 string-list: use ALLOC_GROW macro when reallocing string_list by Jeff Hostetler · 8 years ago
  91. 0330344 Merge branch 'jh/memihash-opt' by Junio C Hamano · 8 years ago
  92. 89c3b0a name-hash: add perf test for lazy_init_name_hash by Jeff Hostetler · 8 years ago
  93. 5296357 Merge branch 'dp/filter-branch-prune-empty' by Junio C Hamano · 8 years ago
  94. 32da746 p7000: add test for filter-branch with --prune-empty by Devin J. Pohly · 8 years ago
  95. 28e1fb5 t/perf: add fallback for pre-bin-wrappers versions of git by Jeff King · 8 years ago
  96. 83d4a40 t/perf: use $MODERN_GIT for all repo-copying steps by Jeff King · 8 years ago
  97. 67f2825 t/perf: export variable used in other blocks by Jonathan Tan · 8 years ago
  98. cf36a4d Merge branch 'rs/p5302-create-repositories-before-tests' by Junio C Hamano · 8 years ago
  99. c86000c p5302: create repositories for index-pack results explicitly by René Scharfe · 8 years ago
  100. 564e94e perf: add basic sort performance test by René Scharfe · 8 years ago