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 targos committed Nov 23, 2023
1 parent 713fdf1 commit c81d2ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/fixtures/require-builtins.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const list = [
'path',
'perf_hooks',
'process',
'punycode',
'querystring',
'readline',
'repl',
Expand Down

0 comments on commit c81d2ac

Please sign in to comment.