- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for BenchmarkPathJoinOld (0.08 seconds)
-
cmd/object-api-utils_test.go
rng := rand.New(rand.NewSource(0)) for i := range 2 { var tmp [16]byte rng.Read(tmp[:]) data[i] = hex.EncodeToString(tmp[:]) } b.ResetTimer() benchmark(b, data) } func BenchmarkPathJoinOld(b *testing.B) { b.Run("PathJoin", func(b *testing.B) { b.ResetTimer() b.ReportAllocs() for b.Loop() { pathJoinOld("volume", "path/path/path") } }) }
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)