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