Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkReadRequestWrk (0.19 sec)

  1. src/net/http/request_test.go

    	benchmarkReadRequest(b, `GET / HTTP/1.1
    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) {
    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