Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Criterion Benchmarks #739

Open
SethDusek opened this issue Apr 4, 2024 · 1 comment
Open

Criterion Benchmarks #739

SethDusek opened this issue Apr 4, 2024 · 1 comment

Comments

@SethDusek
Copy link
Collaborator

SethDusek commented Apr 4, 2024

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:

  • Signing a transaction (for now each input box should just be guarded by public key), benchmark should measure scaling with inputs (in case tx Validation is merged, Transaction Validation #736 some validation benchmarks would be nice to have as well), (ergo-lib)
  • Coll ops: Map, SizeOf, CalcSha256, Slice, flatMap, etc (these benchmarks should be added to ergotree-interpreter)
@SethDusek SethDusek added the good first issue Good for newcomers label Apr 9, 2024
@bachthegenius
Copy link

I'm working on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants