Skip to content

Commit

Permalink
benchmark: fix misc/startup failure
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#42746
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
  • Loading branch information
aduh95 authored and guangwong committed Oct 10, 2022
1 parent b3b2f80 commit 7e7b547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/fixtures/require-cachable.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const {
} = internalBinding('native_module');

for (const key of canBeRequired) {
require(key);
require(`node:${key}`);
}

0 comments on commit 7e7b547

Please sign in to comment.