diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-25 23:43:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 23:43:00 +0200 |
commit | 06209f824cf398bcd3332dc37f2d22cbdd840647 (patch) | |
tree | 4aa5dc460363953f4bb9ab08011bbd75df8a95e1 /cli/tests | |
parent | 5d8d1105a408b0e1f1a89a0d9e3c3cffddd640ab (diff) |
perf: cache node resolution when accesing a global (#19930)
Reclaims some of the performance hit introduced by
https://github.com/denoland/deno/pull/19307.
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/run/with_package_json/npm_binary/main.out | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/run/with_package_json/npm_binary/main.out b/cli/tests/testdata/run/with_package_json/npm_binary/main.out index 9e8e87bae..56cdae6f9 100644 --- a/cli/tests/testdata/run/with_package_json/npm_binary/main.out +++ b/cli/tests/testdata/run/with_package_json/npm_binary/main.out @@ -1,9 +1,6 @@ [WILDCARD]package.json file found at '[WILDCARD]with_package_json[WILDCARD]npm_binary[WILDCARD]package.json' [WILDCARD] this -[WILDCARD] is -[WILDCARD] a -[WILDCARD] test |