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
The idea is to estimate how much time Cairo Native spend compiling contracts and to have an idea of how long the first transactions will last.
Measure the total time and the percentage of execution time taken by native:
Full compilation time Sierra -> MLIR -> LLVM -> Disk
Sierra -> MLIR compilation time
Note: the idea is to make these benchmarks with different ranges of blocks: 10, 50, 100, 500
The text was updated successfully, but these errors were encountered:
The idea is to estimate how much time Cairo Native spend compiling contracts and to have an idea of how long the first transactions will last.
Measure the total time and the percentage of execution time taken by native:
Sierra -> MLIR -> LLVM -> Disk
Sierra -> MLIR
compilation timeNote: the idea is to make these benchmarks with different ranges of blocks: 10, 50, 100, 500
The text was updated successfully, but these errors were encountered: