Batch more database operations to improve the performance - #515
Open
MOZGIII wants to merge 6 commits into
Open
Conversation
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-vm-snapshots
branch
from
July 31, 2026 13:32
b0e1415 to
8903d2c
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-more
branch
from
July 31, 2026 13:32
11341cd to
1f9985b
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-vm-snapshots
branch
from
July 31, 2026 14:07
8903d2c to
cee2af8
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-more
branch
2 times, most recently
from
July 31, 2026 14:34
a3cfda7 to
3d1e659
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-vm-snapshots
branch
from
July 31, 2026 14:34
cee2af8 to
4e81e9a
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-more
branch
from
July 31, 2026 14:42
3d1e659 to
f166cf9
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-vm-snapshots
branch
from
July 31, 2026 14:42
4e81e9a to
8eb5588
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-more
branch
from
July 31, 2026 14:54
f166cf9 to
201f23f
Compare
Coverage Report
Compared to |
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-vm-snapshots
branch
from
July 31, 2026 16:21
8eb5588 to
5a2cc0b
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batch-more
branch
from
July 31, 2026 16:21
201f23f to
1165d2f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goes in after #513
This PR extends the work done in the couple previous PRs to get the performance of the execution to production levels. As of this PR, the benches demonstrate respectable 114% workflows processing rate versus the old DAG-based approach.