mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 15:49:44 -05:00
fix(cli/bench): Use deno check
instead of deno cache
(#14916)
This commit is contained in:
parent
354fa6cd00
commit
a0fc43c2c5
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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]]
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue