Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNewFormatSets (3.61 sec)

  1. cmd/format-erasure_test.go

    			formats[i*setDriveCount+j] = newFormat
    		}
    	}
    
    	b.ReportAllocs()
    
    	for b.Loop() {
    		_, _ = getFormatErasureInQuorum(formats)
    	}
    }
    
    // Initialize new format sets.
    func TestNewFormatSets(t *testing.T) {
    	setCount := 2
    	setDriveCount := 16
    
    	format := newFormatErasureV3(setCount, setDriveCount)
    	format.Erasure.DistributionAlgo = formatErasureVersionV2DistributionAlgoV1
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top