Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-21p5302: disable thread-count parameter tests by defaultJeff King
2019-11-27perf-lib: use a single filename for all measurement typesJeff King
2019-05-08perf-lib.sh: forbid the use of GIT_TEST_INSTALLEDÆvar Arnfjörð Bjarmason
2019-05-08perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.shÆvar Arnfjörð Bjarmason
2019-05-08perf-lib.sh: make "./run <revisions>" use the correct gitsÆvar Arnfjörð Bjarmason
2019-03-18perf-lib.sh: rely on test-lib.sh for --tee handlingJeff King
2018-11-20tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor
2018-08-21t/perf: add infrastructure for measuring sizesJeff King
2018-08-21t/perf: factor boilerplate out of test_perfJeff King
2017-09-24perf: store subsection results in "test-results/$GIT_PERF_SUBSECTION/"Christian Couder
2017-09-24perf/run: add get_var_from_env_or_config()Christian Couder
2017-06-05perf: work around the tested repo having an index.lockÆvar Arnfjörð Bjarmason
2017-05-12perf: add function to setup a fresh test repoÆvar Arnfjörð Bjarmason
2017-03-03t/perf: use $MODERN_GIT for all repo-copying stepsJeff King
2016-07-11Merge branch 'jk/perf-any-version'Junio C Hamano
2016-06-22t/perf: fix regression in testing older versions of gitJeff King
2016-06-21perf: accommodate for MacOSXJohannes Schindelin
2016-05-31perf: make the tests work without a worktreeRené Scharfe
2016-05-13perf: make the tests work in worktreesJohannes Schindelin
2016-05-13perf: let's disable symlinks when they are not availableJohannes Schindelin
2015-03-25perf-lib: fix ignored exit code inside loopJeff King
2013-11-27test: replace shebangs with descriptions in shell librariesJonathan Nieder
2013-08-01Merge branch 'lf/echo-n-is-not-portable'Junio C Hamano
2013-07-29Avoid using `echo -n` anywhereLukas Fleischer
2013-06-30perf-lib: fix start/stop of perf testsThomas Gummerer
2012-09-27MALLOC_CHECK: enable it, unless disabled explicitlyRené Scharfe
2012-09-18MALLOC_CHECK: various clean-upsJunio C Hamano
2012-08-05tests: Introduce test_seqMichał Kiedrowicz
2012-03-09perf: export some important test-lib variablesThomas Rast
2012-03-08perf: load test-lib-functions from the correct directoryThomas Rast
2012-02-17Introduce a performance testing frameworkThomas Rast