Skip to content

Commit 32c7b76

Browse files
authored
test(perf): increase cpu threshold (#6249)
## Problem #6225 - Didn't think 400% could be exceeded, but this one is especially volatile. Sometimes it barely spikes, and sometimes it goes crazy. ## Solution - Increase to 500% --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent ad52466 commit 32c7b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/testInteg/perf/getFileSha384.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface SetupResult {
2020
function performanceTestWrapper(label: string, fileSize: number) {
2121
return performanceTest(
2222
getEqualOSTestOptions({
23-
userCpuUsage: 400,
23+
userCpuUsage: 500,
2424
systemCpuUsage: 35,
2525
heapTotal: 4,
2626
}),

0 commit comments

Comments
 (0)