summaryrefslogtreecommitdiff
path: root/t/perf/run
Commit message (Expand)AuthorAgeFilesLines
* t: convert egrep usage to "grep -E"Đoàn Trần Công Danh2022-09-211-2/+2
* t/perf: add 'GIT_PERF_USE_SCALAR' run optionVictoria Dye2022-09-021-0/+3
* t/perf/run: fix bin-wrappers computationDerrick Stolee2021-09-221-1/+1
* perf: fix when running with TEST_OUTPUT_DIRECTORYPatrick Steinhardt2021-07-021-9/+16
* perf-lib.sh: forbid the use of GIT_TEST_INSTALLEDÆvar Arnfjörð Bjarmason2019-05-081-0/+2
* perf tests: add "bindir" prefix to git tree test resultsÆvar Arnfjörð Bjarmason2019-05-081-1/+1
* perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.shÆvar Arnfjörð Bjarmason2019-05-081-14/+31
* perf-lib.sh: make "./run <revisions>" use the correct gitsÆvar Arnfjörð Bjarmason2019-05-081-2/+6
* perf/run: add --subsection optionChristian Couder2018-04-111-10/+46
* perf: use GIT_PERF_REPEAT_COUNT=3 by default even without config filers/perf-repeat-thrice-by-defaultRené Scharfe2018-02-271-5/+3
* perf/run: read GIT_PERF_REPO_NAME from perf.repoNamecc/codespeedChristian Couder2018-01-051-0/+3
* perf/run: learn to send output to codespeed serverChristian Couder2018-01-051-1/+11
* perf/run: learn about perf.codespeedOutputChristian Couder2018-01-051-1/+6
* perf/run: add conf_opts argument to get_var_from_env_or_config()Christian Couder2018-01-051-5/+6
* perf/run: show name of rev being builtChristian Couder2017-09-241-2/+3
* perf/run: add run_subsection()Christian Couder2017-09-241-12/+35
* perf/run: update get_var_from_env_or_config() for subsectionsChristian Couder2017-09-241-12/+20
* perf/run: add get_subsections()Christian Couder2017-09-241-0/+7
* perf/run: add calls to get_var_from_env_or_config()Christian Couder2017-09-241-0/+3
* perf/run: add GIT_PERF_DIRS_OR_REVSChristian Couder2017-09-241-0/+3
* perf/run: add get_var_from_env_or_config()Christian Couder2017-09-241-0/+21
* perf/run: add '--config' option to the 'run' scriptChristian Couder2017-09-241-1/+6
* perf: emit progress output when unpacking & buildingÆvar Arnfjörð Bjarmason2017-05-211-0/+2
* perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't doÆvar Arnfjörð Bjarmason2017-05-211-2/+9
* t/perf: add fallback for pre-bin-wrappers versions of gitjt/perf-updatesJeff King2017-03-031-0/+3
* t/perf/run: copy config.mak.autogen & friends to build areaks/perf-build-with-autoconfKirill Smelkov2016-09-151-1/+7
* Introduce a performance testing frameworkThomas Rast2012-02-171-0/+82