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: nodejs#35816
  • Loading branch information
richardlau committed Nov 4, 2020
1 parent 9dbde1d commit 893ac61
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 893ac61

Please sign in to comment.