Skip to content

Commit d9a6dba

Browse files
committed
Add tests for measurement and understand overhead
1 parent 21422e0 commit d9a6dba

File tree

10 files changed

+1561
-0
lines changed

10 files changed

+1561
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: node common/scripts/install-run-rush.js install
2525
- name: Rush validate
2626
run: node common/scripts/install-run-rush.js validate --verbose
27+
- name: Rush test
28+
run: node common/scripts/install-run-rush.js test --verbose
2729
- name: Publish packages
2830
if: startsWith(github.ref, 'refs/tags/v0.7.')
2931
env:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@hcengineering/measurements-otlp",
5+
"comment": "Add tests",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@hcengineering/measurements-otlp"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@hcengineering/measurements",
5+
"comment": "Add tests",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@hcengineering/measurements"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@hcengineering/platform-rig",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@hcengineering/platform-rig"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@hcengineering/postgres-base",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@hcengineering/postgres-base"
10+
}

0 commit comments

Comments
 (0)