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
ce49cdd4
Commit
ce49cdd4
authored
May 25, 2012
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update timing data.
parent
cd915a97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
README
README
+2
-4
benchmark/stat_test.go
benchmark/stat_test.go
+1
-2
No files found.
README
View file @
ce49cdd4
...
...
@@ -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) 133
us 140us 5% slower
//Dell T3500/Lucid (1cpu) 78us 78us 0%
Lenovo T400/Lucid (1cpu) 138
us 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
...
...
benchmark/stat_test.go
View file @
ce49cdd4
...
...
@@ -170,10 +170,9 @@ func BenchmarkCFuseThreadedStat(b *testing.B) {
lines
[
i
]
=
filepath
.
Join
(
mountPoint
,
l
)
}
time
.
Sleep
(
10
*
time
.
Millisecond
)
time
.
Sleep
(
10
0
*
time
.
Millisecond
)
os
.
Lstat
(
mountPoint
)
threads
:=
runtime
.
GOMAXPROCS
(
0
)
results
:=
TestingBOnePass
(
b
,
threads
,
lines
)
AnalyzeBenchmarkRuns
(
"CFuse"
,
results
)
}
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