This commit is contained in:
Toby Lawrence 2020-10-24 11:20:31 -04:00
parent a2955973d7
commit 6e6761acc3
2 changed files with 2 additions and 9 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate
### Removed
- Removed `StreamingIntegers` as we no longer use it, and `compressed_vec` is a better option.
## [0.3.1] - 2019-11-21
### Changed

View File

@ -26,10 +26,6 @@ harness = false
name = "registry"
harness = false
[[bench]]
name = "streaming_integers"
harness = false
[dependencies]
metrics = { version = "0.13.0-alpha.1", path = "../metrics", features = ["std"] }
crossbeam-epoch = { version = "0.9", optional = true }
@ -50,8 +46,3 @@ rand_distr = "0.3"
default = ["std"]
std = ["arc-swap", "atomic-shim", "crossbeam-epoch", "dashmap", "indexmap"]
layer-filter = ["aho-corasick"]
[[test]]
name = "streaming"
path = "tests/streaming/fuzz_target.rs"
harness = false