Skip to content

Commit

Permalink
build: benchmarking Tokio vs Rayon
Browse files Browse the repository at this point in the history
  • Loading branch information
aner-starkware committed Mar 28, 2024
1 parent e6d64c2 commit 27b8fa1
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 57 deletions.
108 changes: 107 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ rand = "0.8"
starknet = "0.9.0"
pathfinder-crypto = { git = "https://github.com/eqlabs/pathfinder.git", branch="main"}
tokio = { version = "1.2.0", features = ["full","rt","macro"] }
rayon = "1.10.0"
starknet-types-core = { version = "0.0.11", git = "https://github.com/starknet-io/types-rs", default-features = false, features = [
"alloc",
"serde",
"arbitrary",
"curve",
"hash",
] }

[workspace.lints.rust]
warnings = "deny"
Expand Down
7 changes: 7 additions & 0 deletions crates/committer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ pretty_assertions.workspace = true
rand = "0.8"
starknet.workspace = true
pathfinder-crypto.workspace = true
starknet-types-core = { version = "0.0.11", git = "https://github.com/starknet-io/types-rs", default-features = false, features = [
"alloc",
"serde",
"arbitrary",
"curve",
"hash",
] }
Loading

0 comments on commit 27b8fa1

Please sign in to comment.