scarb
scarb copied to clipboard
Feature Request: Implement Step Count Metric in `scarb cairo-run`
Problem
While using scarb cairo-run
for benchmarking functions, I've identified a key metric that is absent from the output - the number of steps that a function takes. This information is important alongside the estimation of Gas usage, as it provides more insight into the efficiency of code execution.
Proposed Solution
No response
Notes
This feature will empower developers to better understand the performance implications of their code, fostering more efficient and optimized development.