Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
refactor(execution): move blockifier_bench.rs from native_blockifier …
Browse files Browse the repository at this point in the history
…to blockifier (#1836)
  • Loading branch information
avi-starkware authored May 1, 2024
1 parent 3300b13 commit e66b8b2
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
58 changes: 29 additions & 29 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 crates/blockifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,15 @@ thiserror.workspace = true

[dev-dependencies]
assert_matches.workspace = true
criterion = { workspace = true, features = ["html_reports"] }
glob.workspace = true
pretty_assertions.workspace = true
rand.workspace = true
regex.workspace = true
rstest.workspace = true
test-case.workspace = true

[[bench]]
path = "bench/blockifier_bench.rs"
name = "blockifier_bench"
harness = false
7 changes: 0 additions & 7 deletions crates/native_blockifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,5 @@ thiserror.workspace = true

[dev-dependencies]
cached.workspace = true
criterion = { workspace = true, features = ["html_reports"] }
pretty_assertions.workspace = true
rand.workspace = true
tempfile.workspace = true

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

0 comments on commit e66b8b2

Please sign in to comment.