diff --git a/cases/react-10k/benchmark-config.mjs b/cases/react-10k/benchmark-config.mjs index 93aa9969..83ccee87 100644 --- a/cases/react-10k/benchmark-config.mjs +++ b/cases/react-10k/benchmark-config.mjs @@ -8,14 +8,6 @@ export const config = { 'farm', 'parcel', ], - // Farm and Parcel are not enabled because the CI will fail - defaultTools: [ - 'rspack', - 'rsbuild', - 'rolldown-vite', - 'vite', - 'webpack', - ], rootFile: 'f0.jsx', leafFile: 'd0/d0/d0/f0.jsx', };