sveltejs/language-tools

Add performance tests

Ouverte

#676 ouverte le 17 nov. 2020

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (247 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (1 437 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

It would be good to have some kind of performance tests to get a better understanding of how well the extension performs, and to keep track of it to not overlook accidental performance decreases when adding new things.

The performance tests as a start could consist of:

  • One autocompletion inside script (means svelte2tsx and the TS service are tested)
  • One diagnostic run on a file that needs no preprocessing
  • One diagnostic run on a file with TypeScript that needs script preprocessing

Guide contributeur