benchmark: remove punycode from require-builtins fixture

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: https://github.com/nodejs/node/pull/50689
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Joyee Cheung 2023-11-15 01:48:54 +01:00 committed by GitHub
parent 59a9e49f85
commit 5a94df4b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ const list = [
'path',
'perf_hooks',
'process',
'punycode',
'querystring',
'readline',
'repl',