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) --- Cargo.lock | 2 +- cli/bench/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93dc62f87..ff8abff7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,8 +1058,8 @@ dependencies = [ "proc-macro-crate", "proc-macro2 1.0.39", "quote 1.0.18", - "syn 1.0.96", "regex", + "syn 1.0.96", ] [[package]] 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