Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for objCountPerThread (0.2 sec)

  1. cmd/perf-tests.go

    	c := minio.Core{Client: globalMinioClient}
    	for i := 0; i < opts.concurrency; i++ {
    		go func(i int) {
    			defer wg.Done()
    			var j uint64
    			if objCountPerThread[i] == 0 {
    				return
    			}
    			for {
    				if objCountPerThread[i] == j {
    					j = 0
    				}
    				tmpObjName := pathJoin(objNamePrefix, fmt.Sprintf("%d/%d", i, j))
    				t := time.Now()
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Jan 28 18:04:17 GMT 2024
    - 11.3K bytes
    - Viewed (0)
Back to top