Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2020-11-04 22:43:34 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-11-05 10:23:47 +0300
commit540b79605b7c383a6343afdce6322bc256c3023e (patch)
treefe22e37c9267fa50d3c38a1e2a8a89028afebebd /benchmark
parentc822ba7121b073c7a59a7bab05ba46d6a19eb966 (diff)
benchmark: remove modules that require intl
`inspector` and `trace_events` will throw errors if Node.js has been compiled with `--without-intl`. Refs: https://github.com/nodejs/node/pull/35816 PR-URL: https://github.com/nodejs/node/pull/35968 Fixes: https://github.com/nodejs/node/issues/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>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/fixtures/require-builtins.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmark/fixtures/require-builtins.js b/benchmark/fixtures/require-builtins.js
index a100e9efd0c..685eef1875b 100644
--- a/benchmark/fixtures/require-builtins.js
+++ b/benchmark/fixtures/require-builtins.js
@@ -17,7 +17,6 @@ const list = [
'http',
'http2',
'https',
- 'inspector',
'module',
'net',
'os',
@@ -32,7 +31,6 @@ const list = [
'string_decoder',
'timers',
'tls',
- 'trace_events',
'tty',
'url',
'util',