fix redis tests

This commit is contained in:
Muhammed Efe Cetin
2023-09-15 19:37:46 +03:00
parent f39724354c
commit f113998db1
7 changed files with 13 additions and 46 deletions

View File

@@ -182,7 +182,7 @@ func Benchmark_SQLite3_Get(b *testing.B) {
require.NoError(b, err)
}
func Benchmark_SQLite3_Delete(b *testing.B) {
func Benchmark_SQLite3_SetAndDelete(b *testing.B) {
b.ReportAllocs()
b.ResetTimer()