Этот коммит содержится в:
Ben Schumacher
2023-10-11 10:13:36 +02:00
коммит произвёл GitHub
родитель 176370e175
Коммит 0d5a8b8841
189 изменённых файлов: 1 добавлений и 361 удалений

2
server/platform/services/cache/lru_test.go поставляемый
Просмотреть файл

@@ -80,7 +80,6 @@ func TestLRU(t *testing.T) {
err = l.Get("201", &v)
require.NoError(t, err)
require.Equal(t, 301, v)
}
func TestLRUExpire(t *testing.T) {
@@ -291,7 +290,6 @@ func TestLRUMarshalUnMarshal(t *testing.T) {
}
func BenchmarkLRU(b *testing.B) {
value1 := "simplestring"
b.Run("simple=new", func(b *testing.B) {