Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ fail
Function
fail
scripts/run-bench-ci.mjs:15–18 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
13
const
DEFAULT_MARKDOWN_OUTPUT =
"results.md"
;
14
15
function
fail(message) {
16
process.stderr.write(`run-bench-ci: ${message}\n`);
17
process.exit(1);
18
}
19
20
function
printHelp() {
21
process.stdout.write(
Callers
11
parseArgs
Function · 0.70
readJson
Function · 0.70
normalizeParams
Function · 0.70
loadCiProfile
Function · 0.70
runBench
Function · 0.70
loadBenchRun
Function · 0.70
loadTerminalScenarioManifest
Function · 0.70
verifyScenarioManifest
Function · 0.70
verifyCoverage
Function · 0.70
main
Function · 0.70
run-bench-ci.mjs
File · 0.70
Calls
1
write
Method · 0.65
Tested by
no test coverage detected