Skip to content

Commit

Permalink
chore: update bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Jul 26, 2024
1 parent cc09884 commit 4b44687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/benches/example.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { bench, describe } from 'vitest';
import { build } from '@farmfe/core';
async function build_react_example() {
await build({
root: path.resolve('../examples/react'),
configPath: path.resolve('../examples/react'),
root: path.resolve(process.cwd(), './examples/react'),
configPath: path.resolve('./examples/react'),
compilation: { input: {}, output: {} }
});
}
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ packages:
- crates/*
- rust-plugins/*
- js-plugins/*
- bench/*

0 comments on commit 4b44687

Please sign in to comment.