Commit 3af5930b authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Update README with T400 results.

parent 30111d3e
......@@ -76,11 +76,12 @@ Automated code is under benchmark/ directory. A simple C version of
the same FS gives a FUSE baseline
Data points (Go-FUSE version May 2012), 1000 files, high level
interface, all kernel caching turned off:
interface, all kernel caching turned off, median stat time:
platform libfuse Go-FUSE difference (%)
Lenovo T60/Fedora17 (1cpu) 349us 379us 9% slower
Lenovo T400/Lucid (1cpu) 133us 140us 5% slower
CREDITS
......
......@@ -6,7 +6,7 @@ sh genversion.sh fuse/version.gen.go
for target in "clean" "install" ; do
for d in raw fuse benchmark zipfs unionfs \
example/hello example/loopback example/zipfs \
example/bulkstat example/multizip example/unionfs \
example/multizip example/unionfs \
example/autounionfs ; \
do
go ${target} go-fuse/${d}
......
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