Skip to content

Commit

Permalink
bench: introduce integer arithmetic benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <ljedrz@gmail.com>
  • Loading branch information
ljedrz committed Oct 23, 2020
1 parent b13e295 commit 0091eeb
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions models/Cargo.toml
Expand Up @@ -25,3 +25,11 @@ smallvec = { version = "1.4" }

[features]
default = [ "snarkos-errors/default", "snarkos-utilities/default", ]

[dev-dependencies.criterion]
version = "0.3"

[[bench]]
name = "integer_arithmetic"
path = "benches/integer_arithmetic.rs"
harness = false

0 comments on commit 0091eeb

Please sign in to comment.