From d58ca02be4a85fdd1ba5389309a36a5471cbea27 Mon Sep 17 00:00:00 2001 From: Ev Haus Date: Mon, 8 Jul 2024 09:54:58 -0700 Subject: [PATCH] Switch vitest back to faster threads pool --- benchmarks/vitest/vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/vitest/vite.config.ts b/benchmarks/vitest/vite.config.ts index ed9d47c..8aac99e 100644 --- a/benchmarks/vitest/vite.config.ts +++ b/benchmarks/vitest/vite.config.ts @@ -8,7 +8,8 @@ export default defineConfig({ } }, environment: 'happy-dom', + pool: 'threads', setupFiles: ['setupFile.ts'], watch: false }, -}) \ No newline at end of file +})