ergoplatform / sigma-rust

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

Criterion Benchmarks #739

Open SethDusek opened 5 months ago

SethDusek commented 5 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 4 months ago

I'm working on it!