sveltejs/language-tools

Add performance tests

オープン

#676 opened on 2020/11/17

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (247 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (1,437 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド