mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-09 07:31:30 +01:00
chore: minor benchmark fixes
This commit is contained in:
8
Makefile
8
Makefile
@@ -81,6 +81,10 @@ build-sve: ## Build with sve support
|
||||
|
||||
# --- benchmarking --------------------------------------------------------------------------------
|
||||
|
||||
.PHONY: bench-tx
|
||||
bench-tx: ## Run crypto benchmarks
|
||||
.PHONY: bench
|
||||
bench: ## Run crypto benchmarks
|
||||
cargo bench --features="concurrent"
|
||||
|
||||
.PHONY: bench-smt-concurrent
|
||||
bench-smt-concurrent: ## Run SMT benchmarks with concurrent feature
|
||||
cargo run --release --features concurrent,executable -- --size 1000000
|
||||
|
||||
Reference in New Issue
Block a user