Open bobbinth opened 1 year ago
Should we revive the CLI benchmarking? Did you use this or are you mostly using the benchmarking of the examples in the Miden VM?
I think it would be good to do so - but fairly low priority. So, maybe we can delegate this to someone external?
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.