Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for benchmarkReadDir (0.25 sec)

  1. src/os/os_test.go

    		}
    		nentries = len(fs)
    	}
    	b.Logf("benchmarkReadDir %q: %d entries", path, nentries)
    }
    
    func BenchmarkReaddirname(b *testing.B) {
    	benchmarkReaddirname(".", b)
    }
    
    func BenchmarkReaddir(b *testing.B) {
    	benchmarkReaddir(".", b)
    }
    
    func BenchmarkReadDir(b *testing.B) {
    	benchmarkReadDir(".", b)
    }
    
    func benchmarkStat(b *testing.B, path string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top