- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for BenchmarkPathJoin (0.1 seconds)
-
cmd/object-api-utils_test.go
func BenchmarkPathJoinOld(b *testing.B) { b.Run("PathJoin", func(b *testing.B) { b.ResetTimer() b.ReportAllocs() for b.Loop() { pathJoinOld("volume", "path/path/path") } }) } func BenchmarkPathJoin(b *testing.B) { b.Run("PathJoin", func(b *testing.B) { b.ResetTimer() b.ReportAllocs() for b.Loop() { pathJoin("volume", "path/path/path") } }) } // Wrapper
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 24.1K bytes - Click Count (0)