summaryrefslogtreecommitdiff
path: root/t/perf/perf-lib.sh
AgeCommit message (Expand)AuthorFilesLines
2020-12-22t/perf: avoid unnecessary test_export() recursionLibravatar Eric Sunshine1-4/+1
2020-12-16t/perf: fix test_export() failure with BSD `sed`Libravatar Eric Sunshine1-2/+7
2020-08-21p5302: disable thread-count parameter tests by defaultLibravatar Jeff King1-0/+2
2019-11-27perf-lib: use a single filename for all measurement typesLibravatar Jeff King1-2/+2
2019-05-08perf-lib.sh: forbid the use of GIT_TEST_INSTALLEDLibravatar Ævar Arnfjörð Bjarmason1-0/+11
2019-05-08perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.shLibravatar Ævar Arnfjörð Bjarmason1-14/+1
2019-05-08perf-lib.sh: make "./run <revisions>" use the correct gitsLibravatar Ævar Arnfjörð Bjarmason1-0/+4
2019-03-18perf-lib.sh: rely on test-lib.sh for --tee handlingLibravatar Jeff King1-23/+11
2018-11-20tests: send "bug in the test script" errors to the script's stderrLibravatar SZEDER Gábor1-2/+2
2018-08-20t/perf: add infrastructure for measuring sizesLibravatar Jeff King1-0/+13
2018-08-20t/perf: factor boilerplate out of test_perfLibravatar Jeff King1-26/+35
2017-09-24perf: store subsection results in "test-results/$GIT_PERF_SUBSECTION/"Libravatar Christian Couder1-0/+1
2017-09-24perf/run: add get_var_from_env_or_config()Libravatar Christian Couder1-3/+0
2017-06-05perf: work around the tested repo having an index.lockLibravatar Ævar Arnfjörð Bjarmason1-1/+8
2017-05-12perf: add function to setup a fresh test repoLibravatar Ævar Arnfjörð Bjarmason1-4/+15
2017-03-03t/perf: use $MODERN_GIT for all repo-copying stepsLibravatar Jeff King1-2/+2
2016-07-11Merge branch 'jk/perf-any-version'Libravatar Junio C Hamano1-1/+4
2016-06-22t/perf: fix regression in testing older versions of gitLibravatar Jeff King1-1/+4
2016-06-21perf: accommodate for MacOSXLibravatar Johannes Schindelin1-1/+5
2016-05-31perf: make the tests work without a worktreeLibravatar René Scharfe1-1/+4
2016-05-13perf: make the tests work in worktreesLibravatar Johannes Schindelin1-7/+7
2016-05-13perf: let's disable symlinks when they are not availableLibravatar Johannes Schindelin1-1/+4
2015-03-25perf-lib: fix ignored exit code inside loopLibravatar Jeff King1-1/+1
2013-11-26test: replace shebangs with descriptions in shell librariesLibravatar Jonathan Nieder1-1/+3
2013-08-01Merge branch 'lf/echo-n-is-not-portable'Libravatar Junio C Hamano1-2/+2
2013-07-29Avoid using `echo -n` anywhereLibravatar Lukas Fleischer1-2/+2
2013-06-29perf-lib: fix start/stop of perf testsLibravatar Thomas Gummerer1-1/+2
2012-09-26MALLOC_CHECK: enable it, unless disabled explicitlyLibravatar René Scharfe1-1/+1
2012-09-17MALLOC_CHECK: various clean-upsLibravatar Junio C Hamano1-0/+1
2012-08-04tests: Introduce test_seqLibravatar Michał Kiedrowicz1-1/+1
2012-03-08perf: export some important test-lib variablesLibravatar Thomas Rast1-0/+4
2012-03-08perf: load test-lib-functions from the correct directoryLibravatar Thomas Rast1-1/+1
2012-02-17Introduce a performance testing frameworkLibravatar Thomas Rast1-0/+198