sveltejs/language-tools

Add performance tests

开放

#676 创建于 2020年11月17日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (247 个派生)auto 404
good first issue

仓库指标

星标
 (1,437 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南