MCPcopy 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
27bench('large file without fs', function (b) {

Callers 2

index.jsFile · 0.85
warmupFunction · 0.85

Calls 4

smallFileFunction · 0.85
brfsFunction · 0.85
largeFileFunction · 0.85
withFSFunction · 0.85

Tested by

no test coverage detected