UNPKG

@webbuf/webbuf

Version:

Rust/WASM optimized buffers for the web, node.js, deno, and bun.

10 lines (8 loc) 285 B
// vitest.benchmark.config.ts (benchmark tests config) import { defineConfig } from "vitest/config"; export default defineConfig({ test: { include: ["benchmark/**/*.benchmark.ts"], // Only run benchmark files exclude: ["test/**/*.test.ts"], // Exclude normal tests }, });