Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for benchmarkPutObjectParallel (0.23 seconds)

  1. cmd/object-api-putobject_test.go

    func BenchmarkParallelPutObjectVerySmallFS(b *testing.B) {
    	benchmarkPutObjectParallel(b, "FS", 10)
    }
    
    // BenchmarkParallelPutObjectVerySmallErasure - BenchmarkParallel Erasure.PutObject() for object size of 10 bytes.
    func BenchmarkParallelPutObjectVerySmallErasure(b *testing.B) {
    	benchmarkPutObjectParallel(b, "Erasure", 10)
    }
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 25.8K bytes
    - Click Count (0)
  2. cmd/benchmark-utils_test.go

    	runPutObjectBenchmark(b, objLayer, objSize)
    }
    
    // creates Erasure/FS backend setup, obtains the object layer and runs parallel benchmark for put object.
    func benchmarkPutObjectParallel(b *testing.B, instanceType string, objSize int) {
    	// create a temp Erasure/FS backend.
    	ctx, cancel := context.WithCancel(b.Context())
    	defer cancel()
    	objLayer, disks, err := prepareTestBackend(ctx, instanceType)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 8.1K bytes
    - Click Count (0)
  3. cmd/object-api-multipart_test.go

    Klaus Post <******@****.***> 1756435188 +0200
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 89.4K bytes
    - Click Count (0)
Back to Top