Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go-fuse
Commits
3af5930b
Commit
3af5930b
authored
May 21, 2012
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README with T400 results.
parent
30111d3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README
README
+2
-1
all.bash
all.bash
+1
-1
No files found.
README
View file @
3af5930b
...
...
@@ -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
...
...
all.bash
View file @
3af5930b
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment