Skip to content

Commit a2417e7

Browse files
committed
test: Relax performance test
1 parent 12384dd commit a2417e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/packages/aws-lambda-sdk/test/benchmark/performance.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('performance', function () {
2727
it('should introduce reasonable first invocation overhead', () => {
2828
expect(results.get('internal').results.invocation.first.total.median).to.be.below(15);
2929
expect(results.get('internalAndExternal').results.invocation.first.total.median).to.be.below(
30-
90
30+
100
3131
);
3232
});
3333

0 commit comments

Comments
 (0)