Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for 1486 (0.04 sec)

  1. src/database/sql/sql_test.go

    	ct := new(concurrentRandomTest)
    	for i := 0; i < b.N; i++ {
    		doConcurrentTest(b, ct)
    	}
    }
    
    func BenchmarkManyConcurrentQueries(b *testing.B) {
    	b.ReportAllocs()
    	// To see lock contention in Go 1.4, 16~ cores and 128~ goroutines are required.
    	const parallelism = 16
    
    	db := newTestDB(b, "magicquery")
    	defer closeDB(b, db)
    	db.SetMaxIdleConns(runtime.GOMAXPROCS(0) * parallelism)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    	OP_EXTSWSLI = 31<<26 | 445<<2
    	OP_SETB     = 31<<26 | 128<<1
    )
    
    func pfxadd(rt, ra int16, r uint32, imm32 int64) (uint32, uint32) {
    	return AOP_PFX_10_MLS(r, uint32(imm32>>16)), AOP_IRR(14<<26, uint32(rt), uint32(ra), uint32(imm32))
    }
    
    func pfxload(a obj.As, reg int16, base int16, r uint32) (uint32, uint32) {
    	switch a {
    	case AMOVH:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * 🌐 Update Chinese translation for `docs/zh/docs/tutorial/cookie-params.md`. PR [#3486](https://github.com/tiangolo/fastapi/pull/3486) by [@jaystone776](https://github.com/jaystone776).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. src/internal/trace/testdata/tests/go122-gc-stress.test

    GCMarkAssistBegin dt=64 stack=3
    GCMarkAssistEnd dt=3228
    HeapAlloc dt=76 heapalloc_value=190995904
    GCMarkAssistBegin dt=149 stack=3
    GoBlock dt=3823 reason_string=13 stack=11
    GoStart dt=1406 g=82 g_seq=4
    GCMarkAssistEnd dt=12
    HeapAlloc dt=82 heapalloc_value=191618496
    GCMarkAssistBegin dt=75 stack=3
    GoStop dt=4342 reason_string=20 stack=9
    GoStart dt=17 g=82 g_seq=5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
Back to top