mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Disable benchmark step for now
This commit is contained in:
@@ -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>} */
|
||||
|
||||
Reference in New Issue
Block a user