Skip to content

Commit

Permalink
chore: update order
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 27, 2024
1 parent 1f9ea37 commit 10a2e46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benchmark.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,18 @@ const buildTools = [
"@rsbuild/core/bin/rsbuild.js"
),
new BuildTool(
"Rsbuild (Lazy Compilation) " +
require("@rsbuild/core/package.json").version,
"Rsbuild (Incremental) " + require("@rsbuild/core/package.json").version,
3000,
"start:rsbuild:lazy",
"start:rsbuild:incremental",
/in (.+) (s|ms)/,
"build:rsbuild",
"@rsbuild/core/bin/rsbuild.js"
),
new BuildTool(
"Rsbuild (Incremental) " + require("@rsbuild/core/package.json").version,
"Rsbuild (Lazy Compilation) " +
require("@rsbuild/core/package.json").version,
3000,
"start:rsbuild:incremental",
"start:rsbuild:lazy",
/in (.+) (s|ms)/,
"build:rsbuild",
"@rsbuild/core/bin/rsbuild.js"
Expand Down

0 comments on commit 10a2e46

Please sign in to comment.