Add performance tests base (#3141)

* Add basic bench tests

* dev
This commit is contained in:
Alexandr Garbuzov
2023-10-13 12:27:04 +03:00
committed by GitHub
parent 0fd1ea3ce9
commit 428e97bfcc
7 changed files with 357 additions and 1 deletions
+4
View File
@@ -35,6 +35,10 @@ jobs:
run: |
npm run lint
- name: Run bench tests
run: |
npm run bench
- name: Run Prettier
run: |
npm run format:check