Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
fd192309
Commit
fd192309
authored
Apr 04, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #23851 from gmarek/percentile
Automatic merge from submit-queue Print 100th percentile of resource usage when gatherer is turned on. Ref. #23820
parents
4af44ec3
7a848eb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
framework.go
test/e2e/framework.go
+1
-1
No files found.
test/e2e/framework.go
View file @
fd192309
...
@@ -199,7 +199,7 @@ func (f *Framework) afterEach() {
...
@@ -199,7 +199,7 @@ func (f *Framework) afterEach() {
summaries
:=
make
([]
TestDataSummary
,
0
)
summaries
:=
make
([]
TestDataSummary
,
0
)
if
testContext
.
GatherKubeSystemResourceUsageData
&&
f
.
gatherer
!=
nil
{
if
testContext
.
GatherKubeSystemResourceUsageData
&&
f
.
gatherer
!=
nil
{
By
(
"Collecting resource usage data"
)
By
(
"Collecting resource usage data"
)
summaries
=
append
(
summaries
,
f
.
gatherer
.
stopAndSummarize
([]
int
{
90
,
99
},
f
.
addonResourceConstraints
))
summaries
=
append
(
summaries
,
f
.
gatherer
.
stopAndSummarize
([]
int
{
90
,
99
,
100
},
f
.
addonResourceConstraints
))
}
}
if
testContext
.
GatherLogsSizes
{
if
testContext
.
GatherLogsSizes
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment