Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cairo Native Stress Binary #682

Closed
JulianGCalderon opened this issue Jun 10, 2024 · 2 comments
Closed

Cairo Native Stress Binary #682

JulianGCalderon opened this issue Jun 10, 2024 · 2 comments
Assignees

Comments

@JulianGCalderon
Copy link
Contributor

related to #282

Implement cairo-native-stress binary, which loops n times over the following sequence:

  1. Generate an unique contract. Preferably in memory.
  2. Test the contract with AOT, this implies:
    1. Compile it
    2. Cache it
    3. Run it

The output of this binary should answer the following questions:

  • how many contracts until a segmentation fault?
  • how much memory a cached program occupies?

Later on, we should test optimized versions of the cache, like:

  • cache with eviction
  • cache with write to disk
@JulianGCalderon JulianGCalderon self-assigned this Jun 10, 2024
@JulianGCalderon JulianGCalderon mentioned this issue Jun 10, 2024
3 tasks
@zarah-s
Copy link

zarah-s commented Jun 26, 2024

I'd love to have more details on this @JulianGCalderon

@JulianGCalderon
Copy link
Contributor Author

Hi @zarah-s, i'm sorry. This issue had already been worked on by #683 and #686 , we forgot to close it when we merged those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants