Skip to content

Commit

Permalink
Add lambdaworks feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Mar 19, 2024
1 parent 6cc4cf3 commit 5eb8560
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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 examples/hyper_threading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ keywords.workspace = true
cairo-vm = { workspace = true }
rayon = "1.9.0"
tracing = "0.1.40"
mimalloc = { version = "0.1.37", default-features = false, optional = true }



[features]
default = ["with_mimalloc"]
with_mimalloc = ["cairo-vm/with_mimalloc", "mimalloc"]
lambdaworks-felt = ["cairo-vm/lambdaworks-felt"]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

thread_counts=(1 2 4 5 6 7 8 9 10 11 12 13 14 16 32 )
binary="target/release/hyper_threading"
binary="../../target/release/hyper_threading"


cmd="hyperfine -r 1"
Expand Down

0 comments on commit 5eb8560

Please sign in to comment.