Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkPutObjectVerySmallErasure (0.14 sec)

  1. cmd/object-api-putobject_test.go

    func BenchmarkPutObjectVerySmallFS(b *testing.B) {
    	benchmarkPutObject(b, "FS", 10)
    }
    
    // BenchmarkPutObjectVerySmallErasure - Benchmark Erasure.PutObject() for object size of 10 bytes.
    func BenchmarkPutObjectVerySmallErasure(b *testing.B) {
    	benchmarkPutObject(b, "Erasure", 10)
    }
    
    // BenchmarkPutObject10KbFS - Benchmark FS.PutObject() for object size of 10KB.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 25.8K bytes
    - Viewed (0)
Back to top