MCPcopy 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

13const DEFAULT_MARKDOWN_OUTPUT = "results.md";
14
15function fail(message) {
16 process.stderr.write(`run-bench-ci: ${message}\n`);
17 process.exit(1);
18}
19
20function printHelp() {
21 process.stdout.write(

Callers 11

parseArgsFunction · 0.70
readJsonFunction · 0.70
normalizeParamsFunction · 0.70
loadCiProfileFunction · 0.70
runBenchFunction · 0.70
loadBenchRunFunction · 0.70
verifyScenarioManifestFunction · 0.70
verifyCoverageFunction · 0.70
mainFunction · 0.70
run-bench-ci.mjsFile · 0.70

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected