func BenchmarkCompareVersionWithCache1(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { CompareVersionWithCache1("7.0.09.000", "7.0.09") CompareVersionWithCache1("7.0.08.9999", "7.0.09.9999") CompareVersionWithCache1("9.01", "9.0") } } func BenchmarkCompareVersionWithCache2(b *test
(b *testing.B)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected