Skip to content

Commit

Permalink
Update criterion (fix atty depalert)
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviog committed Dec 24, 2023
1 parent 34a9a54 commit f04141b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 58 deletions.
99 changes: 43 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ ordered-float = "3.7.0"
rstest = "0.15.0"
test-temp-file = "0.1.2"
tempfile = "3.3.0"
criterion = "0.4"
criterion = "0.5.1"

[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.11", features = ["flamegraph", "criterion", "protobuf"] }
pprof = { version = "0.13", features = ["flamegraph", "criterion", "protobuf"] }

[[test]]
name = "viz-point_cloud"
Expand Down

0 comments on commit f04141b

Please sign in to comment.