perf: add performance benchmark test suite#7
Merged
Merged
Conversation
- VirtualList: fixed/dynamic mode benchmarks (100K & 10K items) - Tree: flatten benchmarks (1K & 10K nodes, various expand ratios) - Browser benchmark page with FPS monitor and auto-scroll tests - Run via 'pnpm bench' — outputs ops/sec, no pass/fail assertions - Benchmark files excluded from 'pnpm test' (CI unaffected)
- Document 'pnpm bench' usage and browser FPS test - Include benchmark data table from actual run - Explain performance design: O(1) fixed, O(log n) dynamic - Register benchmark page in VitePress sidebar
e812a86 to
646c958
Compare
CalWade
added a commit
that referenced
this pull request
May 9, 2026
perf: add performance benchmark test suite
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.
概述
建立组件性能基准测试体系,用数据证明 VirtualList 和 Tree 在大数据量下的性能表现。
Commit 说明
perf(benchmark): add algorithm-level performance testsperf(benchmark): add browser benchmark pagedocs(benchmark): add performance benchmark guide算法层测试结果(vitest)
浏览器 FPS 测试
打开
benchmark/index.html,可测试:测试