MCPcopy Create free account
hub / github.com/modem-dev/hunk / releaseBenchmarkDir

Function releaseBenchmarkDir

scripts/compare-release-benchmarks.ts:35–37  ·  view source on GitHub ↗
(root = repoRoot)

Source from the content-addressed store, hash-verified

33
34/** Resolve the directory that stores committed release benchmark snapshots. */
35export function releaseBenchmarkDir(root = repoRoot) {
36 return path.join(root, "benchmarks", "release");
37}
38
39/** Parse the package version used by release benchmark filenames. */
40export async function readPackageVersion(root = repoRoot) {

Callers 4

releaseBenchmarkPathFunction · 0.85
parseArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected