Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for benchmarkCountHard (0.3 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/bytes/bytes_test.go

    func BenchmarkLastIndexHard3(b *testing.B) { benchmarkLastIndexHard(b, []byte("<b>hello world</b>")) }
    
    func BenchmarkCountHard1(b *testing.B) { benchmarkCountHard(b, []byte("<>")) }
    func BenchmarkCountHard2(b *testing.B) { benchmarkCountHard(b, []byte("</pre>")) }
    func BenchmarkCountHard3(b *testing.B) { benchmarkCountHard(b, []byte("<b>hello world</b>")) }
    
    func BenchmarkSplitEmptySeparator(b *testing.B) {
    	for i := 0; i < b.N; i++ {
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Mar 11 03:07:05 GMT 2026
    - 62.9K bytes
    - Click Count (0)
Back to Top