Add tests for measurement and understand overhead

This commit is contained in:
Andrey Sobolev
2025-10-10 21:14:24 +07:00
parent 21422e0db4
commit d9a6dba619
10 changed files with 1561 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ jobs:
run: node common/scripts/install-run-rush.js install
- name: Rush validate
run: node common/scripts/install-run-rush.js validate --verbose
- name: Rush test
run: node common/scripts/install-run-rush.js test --verbose
- name: Publish packages
if: startsWith(github.ref, 'refs/tags/v0.7.')
env: