v0.1.1 helpers update to public, docs and comments update
This commit is contained in:
@ -14,8 +14,8 @@ import (
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
// Test-specific timing constants derived from production values.
|
||||
// These accelerate test execution while maintaining timing relationships.
|
||||
// Test-specific timing constants derived from production values
|
||||
// These accelerate test execution while maintaining timing relationships
|
||||
const (
|
||||
// testAcceleration reduces all intervals by this factor for faster tests
|
||||
testAcceleration = 10
|
||||
@ -517,4 +517,4 @@ func BenchmarkWatchOverhead(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
_, _ = cfg.Get(fmt.Sprintf("value%d", i%100))
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user