diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-17 17:49:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-17 17:49:03 +0200 |
| commit | 60dd84a5a042fdb706d3160d1f4a1deeeeec9889 (patch) | |
| tree | fd37b2a5be8a72b4dc6b62268635298a96641f7d /cli/Cargo.toml | |
| parent | eee323ff0df1bb8ae18014eaec229955c05be7bb (diff) | |
bench: don't send data to grafana (#16324)
ci / bench release ubuntu-20.04-xl (pull_request) went from 24m to 23m
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ecc7cd32e..05bab1966 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -119,11 +119,9 @@ junction = "=0.2.0" winapi = { version = "=0.3.9", features = ["knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] } [dev-dependencies] -csv = "=1.1.6" deno_bench_util = { version = "0.66.0", path = "../bench_util" } dotenv = "=0.15.0" flaky_test = "=0.1.0" -google-storage1 = "=3.1.0" once_cell = "=1.14.0" os_pipe = "=1.0.1" pretty_assertions = "=1.3.0" |
