Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for wrkr (0.03 sec)

  1. cmd/bucket-lifecycle.go

    		return 0
    	}
    	var tasks int
    	for _, wrkr := range *w {
    		tasks += len(wrkr)
    	}
    	return tasks
    }
    
    // enqueueTierJournalEntry enqueues a tier journal entry referring to a remote
    // object corresponding to a 'replaced' object versions. This applies only to
    // non-versioned or version suspended buckets.
    func (es *expiryState) enqueueTierJournalEntry(je jentry) {
    	wrkr := es.getWorkerCh(je.OpHash())
    	if wrkr == nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  2. src/net/http/request_test.go

    Host: localhost:8080
    Accept: */*
    Accept-Encoding: gzip
    User-Agent: JoeDog/1.00 [en] (X11; I; Siege 2.70)
    Connection: keep-alive
    `)
    }
    
    func BenchmarkReadRequestWrk(b *testing.B) {
    	// wrk -t 1 -r 1 -c 1 http://localhost:8080/
    	benchmarkReadRequest(b, `GET / HTTP/1.1
    Host: localhost:8080
    `)
    }
    
    func BenchmarkFileAndServer_1KB(b *testing.B) {
    	benchmarkFileAndServer(b, 1<<10)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 18:42:34 UTC 2024
    - 44K bytes
    - Viewed (0)
Back to top