Skip to content

Commit

Permalink
test(perf): increase cpu threshold (#6249)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
Hweinstock authored Dec 17, 2024
1 parent ad52466 commit 32c7b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/testInteg/perf/getFileSha384.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface SetupResult {
function performanceTestWrapper(label: string, fileSize: number) {
return performanceTest(
getEqualOSTestOptions({
userCpuUsage: 400,
userCpuUsage: 500,
systemCpuUsage: 35,
heapTotal: 4,
}),
Expand Down

0 comments on commit 32c7b76

Please sign in to comment.