lambdaclass / cairo_native

A compiler to convert Cairo's intermediate representation "Sierra" code to MLIR.
https://lambdaclass.github.io/cairo_native/cairo_native
Apache License 2.0
121 stars 43 forks source link

Stress testing #282

Open igaray opened 1 year ago

igaray commented 1 year ago

Check what system limits are implicit and whether they can be triggered in expected production environment conditions. How many programs can the cairo native runner compile, store, link to, and execute? How much memory does it require? How much disk does it require?

The output of this issue should be an action plan and issues to track tasks.

The main question to start out with would be "how many different contracts can the AOT executor handle?"

aji70 commented 6 months ago

hi @igaray i would like to hop on this