stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 667 forks source link

feat(costs): Benchmark costs for Clarity2 functions #2800

Closed gregorycoppola closed 1 year ago

gregorycoppola commented 3 years ago

This is a feature request for benchmarking of Clarity2 functions.

We already have Issue #1165 for benchmarking Clarity functions.

However, what might lost in the shuffle is the fact that we also need to benchmark the new functions being added for Clarity2, to be released at the same time as the first benchmarked cost functions.

The new functions can be found in the branch next at: https://github.com/blockstack/stacks-blockchain/blob/next/src/vm/functions/mod.rs#L56

These functions will be annotated as ClarityVersion::Clarity2.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

diwakergupta commented 2 years ago

@pavitthrap this can be closed right?

jcnelson commented 1 year ago

This is done.