From a0fc43c2c51e1a8a9a618c51c2edbbb0104b9810 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Mon, 20 Jun 2022 20:07:24 +0530 Subject: fix(cli/bench): Use `deno check` instead of `deno cache` (#14916) --- cli/bench/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/bench/main.rs b/cli/bench/main.rs index 1d1ff5fbd..d6d5259f6 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -118,7 +118,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ ( "check", &[ - "cache", + "check", "--reload", "--unstable", "test_util/std/examples/chat/server_test.ts", -- cgit v1.2.3