Lower limit for allowed losses in Stackdriver Logging tests

This commit is contained in:
Mik Vyatskov 2017-04-24 13:48:08 +02:00
parent ac90c0e45c
commit e7918897b4

View File

@ -27,7 +27,7 @@ import (
)
const (
loadTestMaxAllowedLostFraction = 0.01
loadTestMaxAllowedLostFraction = 0.001
loadTestMaxAllowedFluentdRestarts = 1
)