diff options
Diffstat (limited to 'extensions/timers/Cargo.toml')
-rw-r--r-- | extensions/timers/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extensions/timers/Cargo.toml b/extensions/timers/Cargo.toml index d9bb23614..d16bfa9a0 100644 --- a/extensions/timers/Cargo.toml +++ b/extensions/timers/Cargo.toml @@ -16,3 +16,10 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.88.0", path = "../../core" } tokio = { version = "1.6.0", features = ["full"] } + +[dev-dependencies] +deno_bench_util = { version = "0.1.0", path = "../../bench_util" } + +[[bench]] +name = "timers_ops" +harness = false |