Refactor RepoBranchTagSelector (#32681)

This commit is contained in:
wxiaoguang 2024-12-02 09:41:32 +08:00 committed by GitHub
parent def13ece7c
commit e3e32605a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 275 additions and 288 deletions

View file

@ -43,7 +43,7 @@ func TestTest(t *testing.T) {
elapsed, err := Test()
assert.NoError(t, err)
// mem cache should take from 300ns up to 1ms on modern hardware ...
assert.Less(t, elapsed, SlowCacheThreshold)
assert.Less(t, elapsed, time.Millisecond)
}
func TestGetCache(t *testing.T) {