aboutsummaryrefslogtreecommitdiffstats
path: root/t/perf/perf-lib.sh
AgeCommit message (Expand)AuthorFilesLines
2025-05-05Merge branch 'ps/meson-build-perf-bench'Junio C Hamano1-4/+30
2025-04-28t/perf: fix benchmarks with out-of-tree buildsPatrick Steinhardt1-2/+24
2025-04-28t/perf: use configured PERL_PATHPatrick Steinhardt1-2/+2
2025-04-28t/perf: fix benchmarks with alternate repo formatsPatrick Steinhardt1-1/+3
2025-04-20perf: do allow `GIT_PERF_*` to be overridden againJohannes Schindelin1-0/+12
2024-10-10t/perf: fix typosAndrew Kreimer1-2/+2
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano1-1/+1
2023-11-26doc: switch links to httpsJosh Soref1-1/+1
2023-11-11global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt1-1/+1
2022-09-02t/perf: add 'GIT_PERF_USE_SCALAR' run optionVictoria Dye1-1/+12
2022-06-17Merge branch 'jk/perf-lib-test-titles'Junio C Hamano1-1/+1
2022-06-16perf-lib: fix missing test titles in outputJeff King1-1/+1
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-6/+57
2022-04-06t/perf: add iteration setup mechanism to perf-libNeeraj Singh1-6/+57
2022-03-25t/perf: avoid copying builtin fsmonitor files into test repoJeff Hostetler1-1/+1
2021-12-25t/perf: do not run tests in user's $SHELLJohannes Altmanninger1-1/+1
2021-10-25Merge branch 'rs/disable-gc-during-perf-tests'Junio C Hamano1-0/+4
2021-10-11perf: disable automatic housekeepingRené Scharfe1-0/+4
2021-10-04t/perf/perf-lib.sh: remove test_times.* at the end test_perf_()Jeff Hostetler1-0/+1
2021-07-02perf: fix when running with TEST_OUTPUT_DIRECTORYPatrick Steinhardt1-2/+5
2021-02-26t/perf: avoid copying worktree files from test repoJeff King1-1/+1
2021-02-26t/perf: handle worktrees as test reposJeff King1-9/+22
2020-12-22t/perf: avoid unnecessary test_export() recursionEric Sunshine1-4/+1
2020-12-16t/perf: fix test_export() failure with BSD `sed`Eric Sunshine1-2/+7
2020-08-21p5302: disable thread-count parameter tests by defaultJeff King1-0/+2
2019-11-27perf-lib: use a single filename for all measurement typesJeff King1-2/+2
2019-05-08perf-lib.sh: forbid the use of GIT_TEST_INSTALLEDÆvar Arnfjörð Bjarmason1-0/+11
2019-05-08perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.shÆvar Arnfjörð Bjarmason1-14/+1
2019-05-08perf-lib.sh: make "./run <revisions>" use the correct gitsÆvar Arnfjörð Bjarmason1-0/+4
2019-03-18perf-lib.sh: rely on test-lib.sh for --tee handlingJeff King1-23/+11
2018-11-20tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor1-2/+2
2018-08-20t/perf: add infrastructure for measuring sizesJeff King1-0/+13
2018-08-20t/perf: factor boilerplate out of test_perfJeff King1-26/+35
2017-09-24perf: store subsection results in "test-results/$GIT_PERF_SUBSECTION/"Christian Couder1-0/+1
2017-09-24perf/run: add get_var_from_env_or_config()Christian Couder1-3/+0
2017-06-05perf: work around the tested repo having an index.lockÆvar Arnfjörð Bjarmason1-1/+8
2017-05-12perf: add function to setup a fresh test repoÆvar Arnfjörð Bjarmason1-4/+15
2017-03-03t/perf: use $MODERN_GIT for all repo-copying stepsJeff King1-2/+2
2016-07-11Merge branch 'jk/perf-any-version'Junio C Hamano1-1/+4
2016-06-22t/perf: fix regression in testing older versions of gitJeff King1-1/+4
2016-06-21perf: accommodate for MacOSXJohannes Schindelin1-1/+5
2016-05-31perf: make the tests work without a worktreeRené Scharfe1-1/+4
2016-05-13perf: make the tests work in worktreesJohannes Schindelin1-7/+7
2016-05-13perf: let's disable symlinks when they are not availableJohannes Schindelin1-1/+4
2015-03-25perf-lib: fix ignored exit code inside loopJeff King1-1/+1
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder1-1/+3
2013-08-01Merge branch 'lf/echo-n-is-not-portable'Junio C Hamano1-2/+2
2013-07-29Avoid using `echo -n` anywhereLukas Fleischer1-2/+2
2013-06-29perf-lib: fix start/stop of perf testsThomas Gummerer1-1/+2
2012-09-26MALLOC_CHECK: enable it, unless disabled explicitlyRené Scharfe1-1/+1
2012-09-17MALLOC_CHECK: various clean-upsJunio C Hamano1-0/+1
2012-08-04tests: Introduce test_seqMichał Kiedrowicz1-1/+1
2012-03-08perf: export some important test-lib variablesThomas Rast1-0/+4
2012-03-08perf: load test-lib-functions from the correct directoryThomas Rast1-1/+1
2012-02-17Introduce a performance testing frameworkThomas Rast1-0/+198