Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkPutObject100KbErasure (0.27 sec)

  1. cmd/object-api-putobject_test.go

    func BenchmarkPutObject100KbFS(b *testing.B) {
    	benchmarkPutObject(b, "FS", 100*humanize.KiByte)
    }
    
    // BenchmarkPutObject100KbErasure - Benchmark Erasure.PutObject() for object size of 100KB.
    func BenchmarkPutObject100KbErasure(b *testing.B) {
    	benchmarkPutObject(b, "Erasure", 100*humanize.KiByte)
    }
    
    // BenchmarkPutObject1MbFS - Benchmark FS.PutObject() for object size of 1MB.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 25.8K bytes
    - Viewed (0)
Back to top