Skip to content

Move snapshotters benchmark to a separate package#3166

Merged
estesp merged 2 commits intocontainerd:masterfrom
mxpv:refactor
Apr 3, 2019
Merged

Move snapshotters benchmark to a separate package#3166
estesp merged 2 commits intocontainerd:masterfrom
mxpv:refactor

Conversation

@mxpv
Copy link
Copy Markdown
Member

@mxpv mxpv commented Apr 2, 2019

Addressing @dmcgowan 's comment and moving benchmark code to a separate package.

Its not quite possible to split bench tests and still run them simultaneously in one command (as benchmarks complain about cli args of each other), so agreed to move it to a separate package instead.

Signed-off-by: Maksym Pavlenko [email protected]

mxpv added 2 commits April 2, 2019 14:42
Go build fails on directory with only test files
golang/go#8279

Signed-off-by: Maksym Pavlenko <[email protected]>
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #3166 into master will increase coverage by 2.76%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3166      +/-   ##
==========================================
+ Coverage   42.38%   45.14%   +2.76%     
==========================================
  Files         115      111       -4     
  Lines       12751    11971     -780     
==========================================
  Hits         5404     5404              
+ Misses       6513     5733     -780     
  Partials      834      834
Flag Coverage Δ
#linux 49.21% <ø> (+3.76%) ⬆️
#windows 40.47% <ø> (ø) ⬆️
Impacted Files Coverage Δ
snapshots/testsuite/testsuite_unix.go
snapshots/testsuite/testsuite.go
snapshots/testsuite/helpers.go
snapshots/testsuite/issues.go

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 2f60e38...90085a7. Read the comment docs.

Copy link
Copy Markdown
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@estesp estesp merged commit c9977b5 into containerd:master Apr 3, 2019
@mxpv mxpv deleted the refactor branch April 3, 2019 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants