Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doConcurrentTest (0.2 sec)

  1. src/database/sql/sql_test.go

    		doConcurrentTest(b, ct)
    	}
    }
    
    func BenchmarkConcurrentTxQuery(b *testing.B) {
    	b.ReportAllocs()
    	ct := new(concurrentTxQueryTest)
    	for i := 0; i < b.N; i++ {
    		doConcurrentTest(b, ct)
    	}
    }
    
    func BenchmarkConcurrentTxExec(b *testing.B) {
    	b.ReportAllocs()
    	ct := new(concurrentTxExecTest)
    	for i := 0; i < b.N; i++ {
    		doConcurrentTest(b, ct)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top