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

Rename benchmark.

parent 795616db
...@@ -153,7 +153,7 @@ func GetTestLines() []string { ...@@ -153,7 +153,7 @@ func GetTestLines() []string {
return l return l
} }
func BenchmarkThreadedStat(b *testing.B) { func BenchmarkGoFuseThreadedStat(b *testing.B) {
b.StopTimer() b.StopTimer()
fs := NewStatFs() fs := NewStatFs()
files := GetTestLines() files := GetTestLines()
...@@ -261,3 +261,4 @@ func BenchmarkCFuseThreadedStat(b *testing.B) { ...@@ -261,3 +261,4 @@ func BenchmarkCFuseThreadedStat(b *testing.B) {
results := TestingBOnePass(b, threads, ttl*1.2, lines) results := TestingBOnePass(b, threads, ttl*1.2, lines)
AnalyzeBenchmarkRuns(results) 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