diff options
| author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-05-22 22:52:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-22 16:52:05 -0400 |
| commit | 8fd951b2002ed5a2af309672832e491062657537 (patch) | |
| tree | 394d6dd03fef730f7e4258b307b0f897286248ad /extensions/timers/Cargo.toml | |
| parent | b88fcef26be6f45472c2c6891212deae3192897c (diff) | |
bench(timers_ops): op_now() & setTimeout() (#10744)
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 |
