diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-09-26 21:46:51 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-09-26 21:46:51 -0700 |
| commit | 2a7d63a2453e2c30353342a2c9385fa22a846987 (patch) | |
| tree | 9cbd646a615409995fc79b4b6f444baaa3d0ca45 /t | |
| parent | 4fd6c5e44459e6444c2cd93383660134c95aabd1 (diff) | |
| parent | 89a1ab8fb5766d0474ff72f176804508b0558f8a (diff) | |
| download | git-2a7d63a2453e2c30353342a2c9385fa22a846987.tar.xz | |
Merge branch 'ds/bitmap-lookup-remove-tracing'
Perf-fix.
* ds/bitmap-lookup-remove-tracing:
pack-bitmap: remove trace2 region from hot path
Diffstat (limited to 't')
| -rwxr-xr-x | t/t5310-pack-bitmaps.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/t/t5310-pack-bitmaps.sh b/t/t5310-pack-bitmaps.sh index 7e50f8e765..6d693eef82 100755 --- a/t/t5310-pack-bitmaps.sh +++ b/t/t5310-pack-bitmaps.sh @@ -455,13 +455,6 @@ test_expect_success 'verify writing bitmap lookup table when enabled' ' grep "\"label\":\"writing_lookup_table\"" trace2 ' -test_expect_success 'lookup table is actually used to traverse objects' ' - git repack -adb && - GIT_TRACE2_EVENT="$(pwd)/trace3" \ - git rev-list --use-bitmap-index --count --all && - grep "\"label\":\"reading_lookup_table\"" trace3 -' - test_expect_success 'truncated bitmap fails gracefully (lookup table)' ' test_config pack.writebitmaphashcache false && git repack -adb && |
