Skip to content

Commit

Permalink
Merge pull request #1768 from AleoHQ/update/instruction-bench
Browse files Browse the repository at this point in the history
[Update] Updates the `instruction.rs` benchmark.
  • Loading branch information
howardwu authored Oct 14, 2023
2 parents abf40ef + 6d88676 commit 1d0e608
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 76 deletions.
131 changes: 68 additions & 63 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 synthesizer/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "Apache-2.0"
edition = "2021"

#[[bench]]
#name = "transaction"
#path = "benches/instruction.rs"
#harness = false

[features]
default = [ ]
serial = [ "console/serial" ]
Expand Down Expand Up @@ -65,6 +70,9 @@ package = "snarkvm-console"
path = "../../console"
features = [ "test" ]

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

[dev-dependencies.synthesizer-process]
package = "snarkvm-synthesizer-process"
path = "../process"
Loading

0 comments on commit 1d0e608

Please sign in to comment.