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
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-04-22 23:42:44 +0300
committerJunio C Hamano <gitster@pobox.com>2020-04-22 23:42:44 +0300
commit220546156ab3d9c2259e5156b938ef7a823a28a3 (patch)
treeb88148e18e801a92d4d040b2ad5b7412d717e40f /t
parent5ee5788af680ebc20b138f40fb0bfd79494ba95c (diff)
parent14d277879cfe4ef2f2d58f9a30458d2d84cee1df (diff)
Merge branch 'jk/p5310-drop-non-bitmap-timing'
Perf-test update. * jk/p5310-drop-non-bitmap-timing: p5310: stop timing non-bitmap pack-to-disk
Diffstat (limited to 't')
-rwxr-xr-xt/perf/p5310-pack-bitmaps.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/perf/p5310-pack-bitmaps.sh b/t/perf/p5310-pack-bitmaps.sh
index 7743f4f4c9..80c53edca7 100755
--- a/t/perf/p5310-pack-bitmaps.sh
+++ b/t/perf/p5310-pack-bitmaps.sh
@@ -31,10 +31,6 @@ test_perf 'simulated fetch' '
} | git pack-objects --revs --stdout >/dev/null
'
-test_perf 'pack to file' '
- git pack-objects --all pack1 </dev/null >/dev/null
-'
-
test_perf 'pack to file (bitmap)' '
git pack-objects --use-bitmap-index --all pack1b </dev/null >/dev/null
'