Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/browserify/static-module
/ run
Function
run
bench/index.js:17–24 ·
view source on GitHub ↗
(cb)
Source
from the content-addressed store, hash-verified
15
});
16
17
function
run (cb) {
18
smallFile()
19
.pipe(brfs())
20
.on(
'data'
,
function
() {})
21
.on(
'end'
,
function
() {
22
cb();
23
});
24
}
25
});
26
27
bench(
'large file without fs'
,
function
(b) {
Callers
2
index.js
File · 0.85
warmup
Function · 0.85
Calls
4
smallFile
Function · 0.85
brfs
Function · 0.85
largeFile
Function · 0.85
withFS
Function · 0.85
Tested by
no test coverage detected