Improving Vitest Performance

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vitest

    Next generation testing framework powered by Vite.

  • The following is a summary of the Vitest GitHub issue "Vitest runs tests 3x slower than Jest", which if printed would require about 24 pages. So I've summed up all the ideas and advice I found there into a more concise list of things you can try if you notice Vitest being slow. Please note, many performance improvements were merged into Vitest since that issue was created so not all recommendations on this page are still relevant, the goal is just to put them in one spot in an quick, concise, easy to try list.

  • proposal-shadowrealm

    ECMAScript Proposal, specs, and reference implementation for Realms

  • If ShadowRealms are ever added to EcmaScript (and implemented into V8/Node) they'll allow for a different approach to isolating code that would be faster without the downsides of sharing global.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Vitest In-Source Testing for SFC in Vue?

    3 projects | dev.to | 16 Apr 2024
  • Test your React Apps with Vitest

    1 project | dev.to | 21 Mar 2024
  • What’s your Vue application testing strategy?

    2 projects | /r/vuejs | 7 Dec 2023
  • Vitest 1.0

    1 project | news.ycombinator.com | 4 Dec 2023
  • Vitest – A fast unit test framework powered by Vite

    1 project | news.ycombinator.com | 11 Sep 2023