Skip to content

Commit 72d2137

Browse files
committed
make thresholds more lenient
1 parent 6c1af55 commit 72d2137

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/core/src/test/amazonq/common/tryInstallLsp.test.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ describe('tryInstallLsp performance test', function () {
7777
{
7878
testRuns: 10,
7979
linux: {
80-
userCpuUsage: 110,
80+
userCpuUsage: 100,
8181
systemCpuUsage: 35,
82-
heapTotal: 6,
82+
heapTotal: 4,
8383
duration: 15,
8484
},
8585
darwin: {
86-
userCpuUsage: 90,
86+
userCpuUsage: 100,
8787
systemCpuUsage: 35,
88-
heapTotal: 6,
88+
heapTotal: 4,
8989
duration: 15,
9090
},
9191
win32: {
92-
userCpuUsage: 90,
92+
userCpuUsage: 100,
9393
systemCpuUsage: 35,
94-
heapTotal: 6,
94+
heapTotal: 4,
9595
duration: 15,
9696
},
9797
},
@@ -117,18 +117,18 @@ describe('tryInstallLsp performance test', function () {
117117
{
118118
testRuns: 10,
119119
linux: {
120-
userCpuUsage: 95,
121-
systemCpuUsage: 35,
120+
userCpuUsage: 100,
121+
systemCpuUsage: 50,
122122
heapTotal: 4,
123123
},
124124
darwin: {
125-
userCpuUsage: 90,
126-
systemCpuUsage: 35,
125+
userCpuUsage: 100,
126+
systemCpuUsage: 50,
127127
heapTotal: 4,
128128
},
129129
win32: {
130-
userCpuUsage: 90,
131-
systemCpuUsage: 35,
130+
userCpuUsage: 100,
131+
systemCpuUsage: 50,
132132
heapTotal: 4,
133133
},
134134
},

0 commit comments

Comments
 (0)