mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-21 15:49:15 +01:00
corrected typo (#129)
Co-authored-by: srilovesflutter <your.email@example.com>
This commit is contained in:
@@ -95,7 +95,7 @@ There are also integration tests that run within VS Code itself:
|
||||
npm run test:extension
|
||||
```
|
||||
|
||||
Finally, there are **simulation tests**. These tests reach out to Copilot API endpoints, invoke LLMs and require expensive computations to run. Each test runs 10 times, to accomodate for the stochastic nature of LLMs themselves. The results of all runs of all tests are snapshotted in the baseline file, [`test/simulation/baseline.json`](test/simulation/baseline.json), which encodes the quality of the test suite at any given point in time.
|
||||
Finally, there are **simulation tests**. These tests reach out to Copilot API endpoints, invoke LLMs and require expensive computations to run. Each test runs 10 times, to accommodate for the stochastic nature of LLMs themselves. The results of all runs of all tests are snapshotted in the baseline file, [`test/simulation/baseline.json`](test/simulation/baseline.json), which encodes the quality of the test suite at any given point in time.
|
||||
|
||||
Because LLM results are both random and costly, they are cached within the repo in `test/simulation/cache`. This means rerunning the simulation tests and benefiting from the cache will make the test run be both faster as well as deterministic.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user