ergoplatform / sigma-rust

Rust implementation of ErgoTree interpreter and wallet-related features
Creative Commons Zero v1.0 Universal
69 stars 48 forks source link

Criterion Benchmarks #739

Open SethDusek opened 7 months ago

SethDusek commented 7 months ago

Add criterion benchmarks for common uses of library (signing a transaction, using TransactionBuilder, etc). Also add criterion benchmarks for some interpreter methods (mostly Coll methods since they're generally the most expensive).

For this issue add the following benchmarks:

bachthegenius commented 7 months ago

I'm working on it!