Performance Benchmarking [SYNTH-58] - #1511
Open
azaleacolburn wants to merge 6 commits into
Open
Conversation
azaleacolburn
force-pushed
the
colbura/58/perf-profiling
branch
from
August 17, 2026 19:59
6876e84 to
426ec67
Compare
0xda157
requested changes
Aug 17, 2026
azaleacolburn
force-pushed
the
colbura/58/perf-profiling
branch
from
August 18, 2026 15:18
205fd66 to
437c612
Compare
azaleacolburn
marked this pull request as ready for review
August 18, 2026 21:46
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.
Task
SYNTH-58
Symptom
No real way to verify performance improvements or check for regressions.
Solution
Use
vitest benchto run benchmarks for the:I would be happy to add benchmarks for other systems if need be.
In order to compare performance across commits, simply:
Verification
bun run benchruns and outputs reasonable timesbun run bench:baselinewrites chromium performance tosrc/bench/baseline.jsonbun run bench:checknotes nearly identical performance to the cached baseline without any changesBefore merging, ensure the following criteria are met: