mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
feat: Implement listing version 3.0 (#12605)
Co-authored-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
@@ -46,8 +46,6 @@ func Benchmark_bucketMetacache_findCache(b *testing.B) {
|
||||
Recursive: false,
|
||||
Separator: slashSeparator,
|
||||
Create: true,
|
||||
CurrentCycle: uint64(i),
|
||||
OldestCycle: uint64(i - 1),
|
||||
})
|
||||
}
|
||||
b.ReportAllocs()
|
||||
@@ -65,8 +63,6 @@ func Benchmark_bucketMetacache_findCache(b *testing.B) {
|
||||
Recursive: false,
|
||||
Separator: slashSeparator,
|
||||
Create: true,
|
||||
CurrentCycle: uint64(i % elements),
|
||||
OldestCycle: uint64(0),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user