Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/perf-tests.go

    	wg.Add(opts.concurrency)
    
    	c := minio.Core{Client: clnt}
    	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()
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top