MCPcopy Create free account
hub / github.com/Isites/go-coder / BenchmarkCompareVersionWithCache3

Function BenchmarkCompareVersionWithCache3

strs/version_test.go:385–392  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

CompareVersionWithCache3Function · 0.85

Tested by

no test coverage detected