You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) getFileSha384
performance tests
2MB performance tests
"after all" hook for "2MB - test run 10":
AssertionError [ERR_ASSERTION]: Expected total user CPU usage for 2MB to be less than 400. Actual user CPU usage was 462.1365886618588
+ expected - actual
-false
+true
at assertPerformanceMetrics (/codebuild/output/src2928107957/src/github.com/aws/aws-toolkit-vscode/packages/core/src/shared/performance/performance.ts:182:11)
at Context.<anonymous> (/codebuild/output/src2928107957/src/github.com/aws/aws-toolkit-vscode/packages/core/src/shared/performance/performance.ts:160:13)
at Context.fn (/codebuild/output/src2928107957/src/github.com/aws/aws-toolkit-vscode/packages/core/src/test/setupUtil.ts:34:24)
at processImmediate (node:internal/timers:483:21)
at process.topLevelDomainCallback (node:domain:161:15)
at process.callbackTrampoline (node:internal/async_hooks:128:24)
The text was updated successfully, but these errors were encountered:
## 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.
Test Details
getFileSha384 performance tests
Log of Test Failure
The text was updated successfully, but these errors were encountered: