MilisPerSecDuration
This commit is contained in:
parent
23b020ec9b
commit
4eeace28f9
4 changed files with 5 additions and 5 deletions
|
@ -33,8 +33,8 @@ func ProviderNames() []string {
|
|||
}
|
||||
|
||||
// MilisPerSec return time resolution (milliseconds / 1sec) changed for short time in testing
|
||||
func MilisPerSec() int64 {
|
||||
return milis
|
||||
func MilisPerSecDuration() time.Duration {
|
||||
return time.Duration(milis)
|
||||
}
|
||||
|
||||
// Provider interace implement lifecycle for one session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue