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

Add a new function to loadgen contract for apply load testing. #1492

Merged
merged 1 commit into from
Nov 8, 2024

Commits on Nov 8, 2024

  1. Add a new function to loadgen contract for apply load testing.

    This function avoids accessing storage as that's not necessary for covering I/O (storage is just an in-memory map on the host side). It also emits events.
    
    Also cleaned up the build configs of the examples.
    dmkozh committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2d63bfe View commit details
    Browse the repository at this point in the history