A Vite plugin to profile Vitest test runs.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`vitest-profiler` is a Vite plugin that simplifies profiling Vitest test runs by automatically configuring Node.js process profiling with the correct `execArgv` settings. It's designed for developers who want to easily identify performance bottlenecks and memory issues in their Vitest test suites without manually configuring complex profiling options. The plugin generates CPU and heap profiles that can be analyzed in Chrome DevTools to optimize test performance.