Skip to content

Latest commit

 

History

History

bench-tx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Miden transactions benchmark

This crate contains an executable used for benchmarking transactions.

For each transaction, data is collected on the number of cycles required to complete:

  • Prologue
  • All notes processing
  • Each note execution
  • Transaction script processing
  • Epilogue

Usage

To run the benchmarks you can run the following command:

make bench-tx

Results of the benchmark are stored in the bench-tx.json file.

License

This project is MIT licensed.