Skip to content

Commit

Permalink
benchmark: fix misc/startup failure
Browse files Browse the repository at this point in the history
PR-URL: #42746
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
  • Loading branch information
aduh95 authored and juanarbol committed May 31, 2022
1 parent a408f87 commit 9b75c7b
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 9b75c7b

Please sign in to comment.