feat(experimental): add live CPU and WebGPU graph benchmarks - #2958
Open
ibgreen-openai wants to merge 3 commits into
Open
feat(experimental): add live CPU and WebGPU graph benchmarks#2958ibgreen-openai wants to merge 3 commits into
ibgreen-openai wants to merge 3 commits into
Conversation
ibgreen-openai
marked this pull request as ready for review
August 5, 2026 02:41
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.
Goals
Changes
@luma.gl/experimental/lugraph/benchmarksESM/CommonJS/types exports and a reusablerunLuGraphBenchmark(device, options)API.LiveBenchmarkPanelwith all five graph families, selectable sizes, graceful missing-WebGPU behavior, and updated accurate spatial-acceleration API documentation.Verification
nvm use: passed; Node v22.22.1.yarn install: attempted but registry returns HTTP 403 for unpublished/uncached dev-tools dependencies. Used an isolated APFS copy-on-write clone of an existing compatible dependency tree; no lockfile/dependency changes.yarn lint fix: passed after final changes; 1,566 files checked.yarn build: passed, including distinctdist/lugraph/benchmarksESM/CJS/type outputs.yarn examples:typecheck: passed across 46 example workspaces.yarn bundle-size: all seven production bundle ceilings passed.yarn test: passed on the final propagated head; 1,019 Node tests and 1,707 actual Chromium/WebGPU browser tests passed (25 browser tests skipped).yarn website:build: passed on the final propagated head.(cd website && yarn build): passed on the final propagated head.Risks