Skip to content

Commit

Permalink
benchmark: remove modules that require intl
Browse files Browse the repository at this point in the history
`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>
  • Loading branch information
richardlau authored and BethGriggs committed Dec 15, 2020
1 parent f230039 commit fdb1c0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmark/fixtures/require-builtins.js
Expand Up @@ -17,7 +17,6 @@ const list = [
'http',
'http2',
'https',
'inspector',
'module',
'net',
'os',
Expand All @@ -32,7 +31,6 @@ const list = [
'string_decoder',
'timers',
'tls',
'trace_events',
'tty',
'url',
'util',
Expand Down

0 comments on commit fdb1c0d

Please sign in to comment.