Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ w
Function
w
benchmarks/report.mjs:343–343 ·
view source on GitHub ↗
(s = '')
Source
from the content-addressed store, hash-verified
341
342
let
md =
''
;
343
const
w = (s =
''
) => { md += s +
'\n'
; };
344
345
w(
'# Compute Engine Benchmark Report'
);
346
w();
Callers
1
report.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected