docs: refresh perf numbers (LV-subset, apples-to-apples)#19
Open
pinetops wants to merge 1 commit into
Open
Conversation
The previous table compared per-driver suites of different sizes (LV 124, LP 153, CDP 289, BiDi 285), so per-test cost couldn't be directly compared across rows. Now every driver runs the same LV-runnable 124-test subset (--exclude browser --exclude headless --exclude cdp_only) so the columns are directly comparable. Also flips integration_test/cases/browser/navigation_test.exs from async: false to async: true — those two visit-page-1 tests are read-only and don't need to be serial. This is what makes the LV mc16 number drop from 25s to 18s. New numbers (16-thread M-series Mac, 124 tests): Driver mc1 mc2 mc4 mc8 mc16 BiDi 362s 256s 239s — — CDP 161s 93s 64s 47s 48s Lightpanda 128s 75s 50s 29s 29s LiveView 112s 63s 32s 21s 18s Per-test cost at each driver's recommended max-cases: LV mc8: ~145ms, LP mc8: ~234ms, CDP mc8: ~379ms, BiDi mc2: ~2.07s Updates the priv/perf-matrix.svg accordingly. Supersedes #13. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
New numbers (16-thread M-series Mac, 124 tests)
Per-test cost at each driver's recommended max-cases: LV ~145ms, LP ~234ms, CDP ~379ms, BiDi ~2.07s.
Other changes worth noting
Supersedes
Test plan
🤖 Generated with Claude Code