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

perf: EXC-1998: Refactor heap benchmarks #4551

Merged
merged 2 commits into from
Mar 28, 2025

Conversation

berestovskyy
Copy link
Contributor

Using a large heap.wat file is error-prone and make it difficult to add new cases.

This PR generates Wasm code snippets on the fly.
Also, it adds a new benchmark dimension for newly allocated memory.

@github-actions github-actions bot added the perf label Mar 27, 2025
@berestovskyy berestovskyy force-pushed the andriy/exc-1998-refactor-heap-benchmarks branch from 9324d20 to 70bf249 Compare March 27, 2025 12:53
Base automatically changed from andriy/exc-1998-more-heap-benchmark-fixes to master March 27, 2025 16:09
Using a large `heap.wat` file is error-prone and make it difficult to add new cases.

This PR generates Wasm code snippets on the fly.
Also, it adds a new benchmark dimension for newly allocated memory.
@berestovskyy berestovskyy force-pushed the andriy/exc-1998-refactor-heap-benchmarks branch from 70bf249 to 2344569 Compare March 27, 2025 16:24
@berestovskyy berestovskyy marked this pull request as ready for review March 27, 2025 17:19
@berestovskyy berestovskyy requested a review from a team as a code owner March 27, 2025 17:19
Copy link
Member

@dsarlis dsarlis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@berestovskyy berestovskyy enabled auto-merge March 28, 2025 12:38
@berestovskyy berestovskyy added this pull request to the merge queue Mar 28, 2025
Merged via the queue into master with commit cf8b2a4 Mar 28, 2025
21 checks passed
@berestovskyy berestovskyy deleted the andriy/exc-1998-refactor-heap-benchmarks branch March 28, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants