smaller data set
This commit is contained in:
parent
d6c5b6a64e
commit
18f531b5fb
@ -91,8 +91,8 @@ func TestGetMachineinfo(t *testing.T) {
|
|||||||
|
|
||||||
func TestGetContainerInfo(t *testing.T) {
|
func TestGetContainerInfo(t *testing.T) {
|
||||||
query := &info.ContainerInfoQuery{
|
query := &info.ContainerInfoQuery{
|
||||||
NumStats: 512,
|
NumStats: 3,
|
||||||
NumSamples: 256,
|
NumSamples: 2,
|
||||||
CpuUsagePercentages: []int{10, 50, 90},
|
CpuUsagePercentages: []int{10, 50, 90},
|
||||||
MemoryUsagePercentages: []int{10, 80, 90},
|
MemoryUsagePercentages: []int{10, 80, 90},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user