From 893ac61567b6328064c5bedb78129216706e2877 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 4 Nov 2020 19:43:34 +0000 Subject: [PATCH] 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 --- benchmark/fixtures/require-builtins.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/benchmark/fixtures/require-builtins.js b/benchmark/fixtures/require-builtins.js index a100e9efd0cae5..685eef1875b301 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',