You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few small things that would be great to improve in benchmarking CLI:
We should use structop instead of clap as thats what we use for all other CLIs (e.g., here).
We should keep CLI parameters as consistent as possible across different CLIs (e.g., for how we specify security, number of outputs etc.). See example here.
Let's change the executable file name to something like miden-bench (miden-benchmarking-cli is way too long).
miden::prove() also includes execution time, I believe. So, to make things more clear, we should probably label it as "Execution + proving time" or something like that.
Would also be great to print out proof size.
The text was updated successfully, but these errors were encountered:
A few small things that would be great to improve in benchmarking CLI:
structop
instead ofclap
as thats what we use for all other CLIs (e.g., here).miden-bench
(miden-benchmarking-cli
is way too long).miden::prove()
also includes execution time, I believe. So, to make things more clear, we should probably label it as "Execution + proving time" or something like that.The text was updated successfully, but these errors were encountered: