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 <paolo@cowtech.it>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
  • Loading branch information
aduh95 authored and targos committed Apr 28, 2022
1 parent 4694f5b commit 459546b
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 459546b

Please sign in to comment.