Skip to content

Commit

Permalink
test: increase the threshold for old node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bertho-zero committed Oct 29, 2020
1 parent 1a6eb80 commit 30f658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/test/benchmark.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('hook benchmark', () => {

before(async () => {
baseline = await getRuntime(() => hello('Dave'));
threshold = baseline * 15; // TODO might be improved further
threshold = baseline * 20; // TODO might be improved further
});

it('empty hook', async () => {
Expand Down

0 comments on commit 30f658a

Please sign in to comment.