Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 464 (0.02 sec)

  1. src/net/http/serve_test.go

    		if body != "Hello world.\n" {
    			b.Fatal("Got body:", body)
    		}
    	}
    
    	b.StopTimer()
    }
    
    func BenchmarkClientServerParallel(b *testing.B) {
    	for _, parallelism := range []int{4, 64} {
    		b.Run(fmt.Sprint(parallelism), func(b *testing.B) {
    			run(b, func(b *testing.B, mode testMode) {
    				benchmarkClientServerParallel(b, parallelism, mode)
    			}, []testMode{http1Mode, https1Mode, http2Mode})
    		})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

        * PR [#464](https://github.com/tiangolo/fastapi/pull/464) by [@jonathanunderwood](https://github.com/jonathanunderwood).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top