Skip to content

Commit 197f065

Browse files
committed
Update readme with benchmarking information
1 parent 835cfeb commit 197f065

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ Users can just install this extension on the VSCode Marketplace, but developers
117117
4) Run `npm install` in the repository's folder, to install the dependencies
118118

119119
### Testing
120-
To start the unit tests, run `npm run test`. The project will automatically be compiled.
120+
To start the unit tests, run `npm run test`. The project will be automatically compiled.
121+
122+
### Benchmarking
123+
To run the benchmark tests, run `npm run benchmark`. The project will be automatically compiled
121124

122125
### Running the extension
123126
1) To start the extension, first compile the project `npm run compile` (Or `npm run watch` to auto-compile on every file change)

0 commit comments

Comments
 (0)