2021-11-03 18:15:35 +00:00
|
|
|
[package]
|
|
|
|
name = "mutable_batch_tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
description = "MutableBatch integration tests and benchmarks"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-11 12:34:07 +00:00
|
|
|
dml = { path = "../dml" }
|
2021-11-03 18:15:35 +00:00
|
|
|
flate2 = "1.0"
|
|
|
|
generated_types = { path = "../generated_types" }
|
|
|
|
mutable_batch = { path = "../mutable_batch" }
|
|
|
|
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
|
|
|
mutable_batch_pb = { path = "../mutable_batch_pb" }
|
2022-04-20 11:12:17 +00:00
|
|
|
prost = "0.10"
|
2021-11-03 18:15:35 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
bytes = "1.0"
|
|
|
|
criterion = "0.3"
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "write_lp"
|
|
|
|
harness = false
|
|
|
|
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "write_pb"
|
|
|
|
harness = false
|