benchmark: 合并 *_compact 变体入主 case - #314
Merged
Merged
Conversation
- matmul/quicksort 主 case 直接用 compact XValue([N,N]float64 ARRAYND、 [N]int64),删 matmul_compact/quicksort_compact 重复条目 - run.py 去掉两个 *_compact SWEEP 条目 - benchmark/README 用例表更新(原 compact 行并入主行) 注:残缺的 results-v0.2.17-20260912T082910Z.csv(fs 3 行/redis 0 行) 已不在工作区,保留三后端完整的 20260911T062301Z.csv。 Closes #311 Co-Authored-By: Claude Code <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.
变更
benchmark 里
matmul_compact/quicksort_compact与主 case 算法完全一致,只有数组物理形态不同,保留两个条目重复。matmul主 case 直接用 compact XValue([N,N]float64,storetype=ARRAYND);quicksort用[N]int64。删除两个*_compactSWEEP 条目。run.py去掉两个*_compact条目与相关注释。benchmark/README.md用例表更新:原 compact 行并入主行说明。CSV:残缺的
results-v0.2.17-20260912T082910Z.csv(shm 30 行 / fs 3 行 / redis 0 行)已不在工作区;保留三后端完整(各 30 行、30/30 valid)的results-v0.2.17-20260911T062301Z.csv,满足「一个版本一个 csv」。Closes #311
🤖 Generated with Claude Code