- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for newTestConfig (0.06 seconds)
-
cmd/test-utils_test.go
// return FS/Erasure object layer and temp backend. objLayer, disks, err := prepareTestBackend(ctx, instanceType) if err != nil { t.Fatal(err) } // set new server configuration. if err = newTestConfig(globalMinioDefaultRegion, objLayer); err != nil { t.Fatalf("%s", err) } return initTestServerWithBackend(ctx, t, testServer, objLayer, disks) }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 77K bytes - Click Count (0) -
cmd/object-api-listobjects_test.go
func initFSObjectsB(disk string, t *testing.B) (obj ObjectLayer) { obj, _, err := initObjectLayer(context.Background(), mustGetPoolEndpoints(0, disk)) if err != nil { t.Fatal(err) } newTestConfig(globalMinioDefaultRegion, obj) initAllSubsystems(GlobalContext) return obj } // BenchmarkListObjects - Run ListObject Repeatedly and benchmark. func BenchmarkListObjects(b *testing.B) {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 10 18:57:03 GMT 2025 - 76.1K bytes - Click Count (0)