docs: 将仓库代码注释统一为中文
CI / docs-check (push) Canceled after 0s
CI / backend-test (push) Canceled after 0s
CI / service-test (push) Canceled after 0s
CI / frontend-test (push) Canceled after 0s
CI / rust-core (push) Canceled after 0s
CI / docs-check (pull_request) Canceled after 0s
CI / backend-test (pull_request) Canceled after 0s
CI / service-test (pull_request) Canceled after 0s
CI / frontend-test (pull_request) Canceled after 0s
CI / rust-core (pull_request) Canceled after 0s

This commit is contained in:
2026-09-10 00:40:56 +08:00
parent 51c592841d
commit d703ab64e3
249 changed files with 707 additions and 900 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
"""Windows component measurements, not the S-09 service/release benchmark.
Build the current Rust library test executable, then run each fixed workload in
its own process. Reports observed OS cumulative peaks, with sampling coverage.
No third-party Python packages required. Usage: python scripts/measure-sync-memory.py
"""
"""Windows 组件测量,不是 S-09 服务/发布基准。构建当前的 Rust 库测试可执行文件,然后在其自己的进程中运行每个固定工作负载。报告观察到OS累积峰值,具有采样覆盖率。无需第三方 Python 软件包。用法: python 脚本/measure-sync-memory.py"""
from __future__ import annotations
import argparse
import ctypes as c