Move chunk_compression_benchmarks from bin to examples.

This commit is contained in:
Avi Weinstock 2021-04-28 22:32:13 -04:00
parent b15913560b
commit f0824af80a
2 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ structopt = "0.3"
harness = false
name = "tree"
[[bin]]
[[example]]
name = "chunk_compression_benchmarks"
required-features = ["bin_compression"]