From 5385a42ec45df4f665ce821b3f499835086e7ac0 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 15 May 2024 18:58:57 -0400 Subject: 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 --- tests/specs/jsr/import_jsr_via_https/main.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/specs/jsr/import_jsr_via_https') 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 -- cgit v1.2.3