mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
Move 'criterion' to a dev-dependency (#12762)
It is only used in micro-benchmarks.
This commit is contained in:
committed by
GitHub
parent
5585c32cee
commit
bb32f1b3d0
@@ -9,7 +9,6 @@ regex.workspace = true
|
||||
bytes.workspace = true
|
||||
anyhow.workspace = true
|
||||
crc32c.workspace = true
|
||||
criterion.workspace = true
|
||||
once_cell.workspace = true
|
||||
pprof.workspace = true
|
||||
thiserror.workspace = true
|
||||
@@ -20,6 +19,7 @@ tracing.workspace = true
|
||||
postgres_versioninfo.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
criterion.workspace = true
|
||||
env_logger.workspace = true
|
||||
postgres.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user