Skip to content

Commit

Permalink
benchmark: remove punycode from require-builtins fixture
Browse files Browse the repository at this point in the history
It's now runtime-deprecated. Remove it from the benchmark. This
also gets rid of the warning emitted when the fixture is loaded.

PR-URL: #50689
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
joyeecheung authored and UlisesGascon committed Dec 19, 2023
1 parent 347e1dd commit 22d729e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/fixtures/require-builtins.js
Expand Up @@ -23,7 +23,6 @@ const list = [
'path',
'perf_hooks',
'process',
'punycode',
'querystring',
'readline',
'repl',
Expand Down

0 comments on commit 22d729e

Please sign in to comment.