- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for distributionAlgo (0.06 seconds)
-
cmd/erasure-sets_test.go
func TestHashedLayer(t *testing.T) { // Test distribution with 16 sets. var objs [16]*erasureObjects for i := range objs { objs[i] = &erasureObjects{} } sets := &erasureSets{sets: objs[:], distributionAlgo: "CRCMOD"} testCases := []struct { objectName string expectedObj *erasureObjects }{ // cases which should pass the test. // passing in valid object name. {"object", objs[12]},
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6.8K bytes - Click Count (0)