This is an automated email from the ASF dual-hosted git repository.
zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git
The following commit(s) were added to refs/heads/refactor/rust-rewrite-design
by this push:
new d67cccea3 docs(test): record release POC performance baseline
d67cccea3 is described below
commit d67cccea34496aee1b628db3631bba90753f9add
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 09:38:05 2026 +0800
docs(test): record release POC performance baseline
---
docs/rust-rewrite-partition-pilot.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/rust-rewrite-partition-pilot.md
b/docs/rust-rewrite-partition-pilot.md
index 87fd217f6..20536fe0d 100644
--- a/docs/rust-rewrite-partition-pilot.md
+++ b/docs/rust-rewrite-partition-pilot.md
@@ -77,3 +77,5 @@ Rust 工程门禁记录:`cargo fmt -- --check`、`cargo clippy
--all-targets -
跨模块回归复验(2026-09-10):完整 `pd-core-test,pd-common-test` 通过;Common 83 项,Core 104
项(跳过 2 项),失败/错误均为 0,`BUILD SUCCESS`。完整日志:`/tmp/pd-core-common-all.log`。
POC Oracle 复核(2026-09-13):修正版本比较与缓存等价性错误后,`verify.sh` 为 13
项通过。该结果仅证明独立模型自身的反例检测,不能替代服务实现级变异和 Java/Rust 差分。
+
+Release 基线(2026-09-13):`cargo test --release` 13/13 通过;本机一次运行
`elapsed_seconds=0.64`、`max_rss_kb=124420`(仅模型
POC,不能代表生产性能)。完整输出:`/tmp/rust-partition-release.log`。