mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
fix redis tests
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user