Disable benchmark step for now

This commit is contained in:
Jarred Sumner
2025-05-03 03:47:54 -07:00
parent 570e6b7e6a
commit 9639630110

View File

@@ -1115,7 +1115,8 @@ async function getPipeline(options = {}) {
if (isMainBranch()) {
steps.push(getReleaseStep(buildPlatforms, options));
steps.push(getBenchmarkStep(buildPlatforms));
// TODO: fix the broken benchmark step
// steps.push(getBenchmarkStep(buildPlatforms));
}
/** @type {Map<string, GroupStep>} */