Skip to content

Commit

Permalink
chore(CI): skip failed case
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 27, 2024
1 parent b8e4cce commit b5aac51
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions benchmark.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ const buildTools = [
"build:rspack",
"@rspack/cli/bin/rspack.js"
),
new BuildTool(
"Farm " + require("@farmfe/core/package.json").version,
9000,
"start:farm",
/Ready in (.+)(s|ms)/,
"build:farm",
"@farmfe/cli/bin/farm.mjs"
),
// new BuildTool(
// "Farm " + require("@farmfe/core/package.json").version,
// 9000,
// "start:farm",
// /Ready in (.+)(s|ms)/,
// "build:farm",
// "@farmfe/cli/bin/farm.mjs"
// ),
new BuildTool(
"Vite (SWC) " + require("vite/package.json").version,
5173,
Expand Down

0 comments on commit b5aac51

Please sign in to comment.