Commit ffe787c4 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Rename benchmark.

parent 795616db
......@@ -153,7 +153,7 @@ func GetTestLines() []string {
return l
}
func BenchmarkThreadedStat(b *testing.B) {
func BenchmarkGoFuseThreadedStat(b *testing.B) {
b.StopTimer()
fs := NewStatFs()
files := GetTestLines()
......@@ -261,3 +261,4 @@ func BenchmarkCFuseThreadedStat(b *testing.B) {
results := TestingBOnePass(b, threads, ttl*1.2, lines)
AnalyzeBenchmarkRuns(results)
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment