Skip to content

Commit

Permalink
Removed benches and examples from Cargo.toml
Browse files Browse the repository at this point in the history
Since those are not ready for any public use, the published Cargo.toml
shouldn't contain them.
  • Loading branch information
gammelalf committed Sep 27, 2022
1 parent ebbd502 commit b66fbc1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ include = [
"LICENSE",
]

[profile.release]
debug = 1

[features]
default = []
draw = []
Expand All @@ -27,20 +24,3 @@ draw-svg = ["draw"]
[dependencies]
nalgebra = "0.31"

[dev-dependencies]
once_cell = "1.11"
pprof = { version = "0.9", features = ["flamegraph", "protobuf-codec", "criterion"] }
criterion = { version = "0.3", features = ["html_reports"] }
dhat = { version = "0.3" }

[[bench]]
name = "flamegraph"
harness = false

[[bench]]
name = "protobuf"
harness = false

[[bench]]
name = "speed"
harness = false

0 comments on commit b66fbc1

Please sign in to comment.