diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-15 18:58:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 00:58:57 +0200 |
commit | 5385a42ec45df4f665ce821b3f499835086e7ac0 (patch) | |
tree | 9a0ccf608a1a236754693e63b507585b7168e8c1 /tests/specs/jsr/import_jsr_via_https | |
parent | cb4d77421f4da9bf92759f2f63c502fd61d0f638 (diff) |
perf(jsr): download metadata files as soon as possible and in parallel (#23836)
* https://github.com/denoland/deno_graph/pull/471
* https://github.com/denoland/deno_graph/pull/473
Diffstat (limited to 'tests/specs/jsr/import_jsr_via_https')
-rw-r--r-- | tests/specs/jsr/import_jsr_via_https/main.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/jsr/import_jsr_via_https/main.out b/tests/specs/jsr/import_jsr_via_https/main.out index cb4c27fb0..29f98c2cf 100644 --- a/tests/specs/jsr/import_jsr_via_https/main.out +++ b/tests/specs/jsr/import_jsr_via_https/main.out @@ -1,4 +1,5 @@ Download http://127.0.0.1:4250/@denotest/deps/1.0.0_meta.json +[UNORDERED_START] Download http://127.0.0.1:4250/@denotest/deps/1.0.0/mod.ts Download http://127.0.0.1:4250/@denotest/module-graph/meta.json Download http://127.0.0.1:4250/@denotest/no-module-graph/meta.json @@ -7,4 +8,5 @@ Download http://127.0.0.1:4250/@denotest/no-module-graph/0.1.1_meta.json Download http://127.0.0.1:4250/@denotest/no-module-graph/0.1.1/mod.ts Download http://127.0.0.1:4250/@denotest/no-module-graph/0.1.1/TestClass.ts Download http://127.0.0.1:4250/@denotest/module-graph/1.4.0/other.ts +[UNORDERED_END] 0.1.1 |