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

Update timing data.

parent cd915a97
......@@ -80,8 +80,8 @@ interface, all kernel caching turned off, median stat time:
platform libfuse Go-FUSE difference (%)
Lenovo T60/Fedora17 (1cpu) 349us 355us 2% slower
//Lenovo T400/Lucid (1cpu) 133us 140us 5% slower
//Dell T3500/Lucid (1cpu) 78us 78us 0%
Lenovo T400/Lucid (1cpu) 138us 140us 5% slower
Dell T3500/Lucid (1cpu) 72us 76us 5% slower
CREDITS
......@@ -102,8 +102,6 @@ Grep source code for TODO. Major topics:
* Support for umask in Create
* Use splice for transporting data, use io.Reader in API.
* Missing support for network FS file locking: FUSE_GETLK, FUSE_SETLK,
FUSE_SETLKW
......
......@@ -170,10 +170,9 @@ func BenchmarkCFuseThreadedStat(b *testing.B) {
lines[i] = filepath.Join(mountPoint, l)
}
time.Sleep(10 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
os.Lstat(mountPoint)
threads := runtime.GOMAXPROCS(0)
results := TestingBOnePass(b, threads, lines)
AnalyzeBenchmarkRuns("CFuse", 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