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

Conversation

dmkozh
Copy link
Contributor

@dmkozh dmkozh commented Nov 8, 2024

What

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.

Why

Apply load benchmark improvements.

Known limitations

N/A

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 dmkozh requested a review from a team as a code owner November 8, 2024 16:42
@sisuresh sisuresh added this pull request to the merge queue Nov 8, 2024
Merged via the queue into stellar:main with commit a3f7fca Nov 8, 2024
12 checks passed
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

Successfully merging this pull request may close these issues.

2 participants