From d2b5254c33e1cc0e686b38755b439e1df292d38e Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Sat, 2 Dec 2023 13:20:06 +1100 Subject: chore: update std to 0.208.0 (#21318) Re-attempt at #21284. I was more thorough this time. --------- Signed-off-by: Asher Gomez --- cli/bench/main.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cli/bench') diff --git a/cli/bench/main.rs b/cli/bench/main.rs index 7ecef2b6f..f8e3aa03f 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -130,7 +130,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ "check", "--reload", "--unstable", - "test_util/std/examples/chat/server_test.ts", + "test_util/std/http/file_server_test.ts", ], None, ), @@ -141,7 +141,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ "--reload", "--no-check", "--unstable", - "test_util/std/examples/chat/server_test.ts", + "test_util/std/http/file_server_test.ts", ], None, ), @@ -150,7 +150,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ &[ "bundle", "--unstable", - "test_util/std/examples/chat/server_test.ts", + "test_util/std/http/file_server_test.ts", ], None, ), @@ -160,7 +160,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ "bundle", "--no-check", "--unstable", - "test_util/std/examples/chat/server_test.ts", + "test_util/std/http/file_server_test.ts", ], None, ), @@ -314,7 +314,7 @@ fn get_binary_sizes(target_dir: &Path) -> Result> { const BUNDLES: &[(&str, &str)] = &[ ("file_server", "./test_util/std/http/file_server.ts"), - ("gist", "./test_util/std/examples/gist.ts"), + ("welcome", "./cli/tests/testdata/welcome.ts"), ]; fn bundle_benchmark(deno_exe: &Path) -> Result> { let mut sizes = HashMap::::new(); -- cgit v1.2.3