Skip to content

Commit 4c6de85

Browse files
richardlaudanielleadams
authored andcommitted
benchmark: remove modules that require intl
`inspector` and `trace_events` will throw errors if Node.js has been compiled with `--without-intl`. Refs: #35816 PR-URL: #35968 Fixes: #35962 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
1 parent 9b6512f commit 4c6de85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmark/fixtures/require-builtins.js

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const list = [
1717
'http',
1818
'http2',
1919
'https',
20-
'inspector',
2120
'module',
2221
'net',
2322
'os',
@@ -32,7 +31,6 @@ const list = [
3231
'string_decoder',
3332
'timers',
3433
'tls',
35-
'trace_events',
3634
'tty',
3735
'url',
3836
'util',

0 commit comments

Comments
 (0)