Skip to content

Commit

Permalink
increase threshold to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Nov 29, 2024
1 parent b52666e commit 1af9434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/testInteg/perf/zipcode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function setup(numberOfFiles: number, fileSize: number): Promise<SetupResu
function performanceTestWrapper(numberOfFiles: number, fileSize: number) {
return performanceTest(
getEqualOSTestOptions({
userCpuUsage: 200,
userCpuUsage: 300,
systemCpuUsage: 50,
heapTotal: 4,
}),
Expand Down

0 comments on commit 1af9434

Please sign in to comment.