summaryrefslogtreecommitdiff
path: root/t/perf/perf-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* t/perf: add 'GIT_PERF_USE_SCALAR' run optionVictoria Dye2022-09-021-1/+12
* Merge branch 'jk/perf-lib-test-titles'Junio C Hamano2022-06-171-1/+1
|\
| * perf-lib: fix missing test titles in outputJeff King2022-06-161-1/+1
* | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-6/+57
|\ \ | |/
| * t/perf: add iteration setup mechanism to perf-libNeeraj Singh2022-04-061-6/+57
* | t/perf: avoid copying builtin fsmonitor files into test repoJeff Hostetler2022-03-251-1/+1
|/
* t/perf: do not run tests in user's $SHELLJohannes Altmanninger2021-12-251-1/+1
* Merge branch 'rs/disable-gc-during-perf-tests'Junio C Hamano2021-10-251-0/+4
|\
| * perf: disable automatic housekeepingRené Scharfe2021-10-111-0/+4
* | t/perf/perf-lib.sh: remove test_times.* at the end test_perf_()Jeff Hostetler2021-10-041-0/+1
|/
* perf: fix when running with TEST_OUTPUT_DIRECTORYPatrick Steinhardt2021-07-021-2/+5
* t/perf: avoid copying worktree files from test repoJeff King2021-02-261-1/+1
* t/perf: handle worktrees as test reposJeff King2021-02-261-9/+22
* t/perf: avoid unnecessary test_export() recursionEric Sunshine2020-12-221-4/+1
* t/perf: fix test_export() failure with BSD `sed`Eric Sunshine2020-12-161-2/+7
* p5302: disable thread-count parameter tests by defaultJeff King2020-08-211-0/+2
* perf-lib: use a single filename for all measurement typesJeff King2019-11-271-2/+2
* perf-lib.sh: forbid the use of GIT_TEST_INSTALLEDÆvar Arnfjörð Bjarmason2019-05-081-0/+11
* perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.shÆvar Arnfjörð Bjarmason2019-05-081-14/+1
* perf-lib.sh: make "./run <revisions>" use the correct gitsÆvar Arnfjörð Bjarmason2019-05-081-0/+4
* perf-lib.sh: rely on test-lib.sh for --tee handlingJeff King2019-03-181-23/+11
* tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor2018-11-201-2/+2
* t/perf: add infrastructure for measuring sizesJeff King2018-08-201-0/+13
* t/perf: factor boilerplate out of test_perfJeff King2018-08-201-26/+35
* perf: store subsection results in "test-results/$GIT_PERF_SUBSECTION/"cc/perf-run-configChristian Couder2017-09-241-0/+1
* perf/run: add get_var_from_env_or_config()Christian Couder2017-09-241-3/+0
* perf: work around the tested repo having an index.lockab/perf-remove-index-lockÆvar Arnfjörð Bjarmason2017-06-051-1/+8
* perf: add function to setup a fresh test repoÆvar Arnfjörð Bjarmason2017-05-121-4/+15
* t/perf: use $MODERN_GIT for all repo-copying stepsJeff King2017-03-031-2/+2
* Merge branch 'jk/perf-any-version'Junio C Hamano2016-07-111-1/+4
|\
| * t/perf: fix regression in testing older versions of gitJeff King2016-06-221-1/+4
* | perf: accommodate for MacOSXjs/perf-on-appleJohannes Schindelin2016-06-211-1/+5
* | perf: make the tests work without a worktreejs/perf-rebase-iRené Scharfe2016-05-311-1/+4
|/
* perf: make the tests work in worktreesJohannes Schindelin2016-05-131-7/+7
* perf: let's disable symlinks when they are not availableJohannes Schindelin2016-05-131-1/+4
* perf-lib: fix ignored exit code inside loopJeff King2015-03-251-1/+1
* test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-261-1/+3
* Merge branch 'lf/echo-n-is-not-portable'Junio C Hamano2013-08-011-2/+2
|\
| * Avoid using `echo -n` anywherelf/echo-n-is-not-portableLukas Fleischer2013-07-291-2/+2
* | perf-lib: fix start/stop of perf testsThomas Gummerer2013-06-291-1/+2
|/
* MALLOC_CHECK: enable it, unless disabled explicitlyRené Scharfe2012-09-261-1/+1
* MALLOC_CHECK: various clean-upsJunio C Hamano2012-09-171-0/+1
* tests: Introduce test_seqMichał Kiedrowicz2012-08-041-1/+1
* perf: export some important test-lib variablesThomas Rast2012-03-081-0/+4
* perf: load test-lib-functions from the correct directoryThomas Rast2012-03-081-1/+1
* Introduce a performance testing frameworkThomas Rast2012-02-171-0/+198