Skip to content

Commit

Permalink
Merge pull request #242 from str4d/bench-updates
Browse files Browse the repository at this point in the history
Benchmark updates
  • Loading branch information
str4d authored Aug 7, 2021
2 parents 0f5d321 + fbfc699 commit e608cf3
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 10 deletions.
221 changes: 221 additions & 0 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions age/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ futures-test = "0.3"
quickcheck = "1"
quickcheck_macros = "1"

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

[features]
default = []
armor = []
Expand All @@ -117,6 +120,10 @@ bench = false
name = "test_vectors"
required-features = ["ssh"]

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

[[bench]]
name = "throughput"
harness = false
Expand Down
Loading

0 comments on commit e608cf3

Please sign in to comment.