Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/babel/minify
/ run
Method
run
scripts/benchmark.js:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
});
42
}
43
run() {
44
this.files.forEach(file => this.runFile(file));
45
return
this.results;
46
}
47
runFile(filename) {
48
if
(DEBUG) console.error(`Benchmark - ${filename}`);
49
Callers
1
run
Function · 0.95
Calls
1
runFile
Method · 0.95
Tested by
no test coverage detected