Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

packfile: improve performance a little by reducing gc pressure #578

Merged
merged 1 commit into from
Sep 4, 2017

Conversation

erizocosmico
Copy link
Contributor

The improvements are not significant (3-4s on a ~1m40s clone)

@codecov
Copy link

codecov bot commented Sep 4, 2017

Codecov Report

Merging #578 into master will decrease coverage by 0.55%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #578      +/-   ##
==========================================
- Coverage   78.01%   77.46%   -0.56%     
==========================================
  Files         129      129              
  Lines        9922     9939      +17     
==========================================
- Hits         7741     7699      -42     
- Misses       1338     1410      +72     
+ Partials      843      830      -13
Impacted Files Coverage Δ
plumbing/format/packfile/decoder.go 81.94% <100%> (+0.16%) ⬆️
plumbing/format/packfile/scanner.go 71.2% <100%> (+1.09%) ⬆️
plumbing/format/packfile/diff_delta.go 91.73% <100%> (+0.35%) ⬆️
plumbing/format/packfile/common.go 15% <100%> (+15%) ⬆️
plumbing/transport/ssh/common.go 20.54% <0%> (-45.21%) ⬇️
plumbing/transport/ssh/auth_method.go 31.57% <0%> (-22.81%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 770800d...6a46a7e. Read the comment docs.

@mcuadros mcuadros merged commit f9879dd into src-d:master Sep 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants