bench: v0.2.13 全量基准快照 - #279
Merged
Merged
Conversation
三后端 × min-of-3,30 case 全 valid。相对 v0.2.12: - shm 平均 -0.46%(噪声内,无回归) - redis ±2%(RTT 主导) - fs 系统性劣化,均值 609ms→963ms(+58%),调用/递归密集 case 最重 (binary_trees +141%、matmul +148%、fib +50%),指向 rwfunc 参数类型改挂命名 key 后每次调用多一跳 Ptr 解析在 fs 后端放大。 Co-Authored-By: Claude Opus 4.8 <[email protected]>
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.
v0.2.13 三后端 × min-of-3 全量基准,30 case 全 valid。
相对 v0.2.12
疑因:v0.2.13 将 rwfunc 参数类型改挂命名 key(Ptr),每次函数调用多一跳 Ptr 解析——shm 内存态吃得下、redis 被 RTT 淹没,唯 fs 磁盘 I/O 被放大。仅记录快照,修复另议(kvspace-c #21/#22 是 shm 侧优化,不覆盖 fs)。