Skip to content

Commit

Permalink
build: increase average time for perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Dec 31, 2024
1 parent dd64d78 commit 2f12810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions performance/__tests__/perf.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ describe('Performance Measurement', () => {
});

const acceptableThresholds = {
averageMax: 700,
averageMax: 800,
standardDeviationMax: 1500,
absoluteMax: 3300,
absoluteMax: 3400,
};

expect(average).toBeLessThan(acceptableThresholds.averageMax);
Expand Down

0 comments on commit 2f12810

Please sign in to comment.