1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-24 08:09:08 -05:00

fix(cli/bench): Use deno check instead of deno cache (#14916)

This commit is contained in:
Divy Srivastava 2022-06-20 20:07:24 +05:30 committed by GitHub
parent 354fa6cd00
commit a0fc43c2c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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]]

View file

@ -118,7 +118,7 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[
(
"check",
&[
"cache",
"check",
"--reload",
"--unstable",
"test_util/std/examples/chat/server_test.ts",