惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
GbyAI
GbyAI
博客园 - 司徒正美
美团技术团队
Vercel News
Vercel News
IT之家
IT之家
U
Unit 42
Y
Y Combinator Blog
罗磊的独立博客
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
V
Visual Studio Blog
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
博客园 - 叶小钗
A
About on SuperTechFans
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
B
Blog RSS Feed

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs(perf): record rtt regression audit · openclaw/opencl...
vincentkoc · 2026-05-18 · via Recent Commits to openclaw:main

@@ -0,0 +1,54 @@

1+

# RTT regression audit checkpoint

2+3+

Status: branch-local checkpoint, not release notes.

4+5+

## Signals

6+7+

- `openclaw-rtt` Discord main rows appeared to jump from about 5-7s p50 to about

8+

24-27s p50 after the 2026-05-16 main window.

9+

- Downloaded fast/slow Discord artifacts showed the old "fast" run included

10+

observed message `triggerTimestamp` and `timestamp`, while newer redacted runs

11+

kept only scenario metadata.

12+

- `openclaw-rtt` `scripts/import-discord-rtt.mjs` falls back to whole summary

13+

duration when observed-message timestamps are missing. That made a redaction

14+

shape change look like transport RTT regression.

15+

- Slack and WhatsApp RSS rows showed recurring first-sample max RSS outliers

16+

around 6-9GB while later warm samples sat far lower. That points at

17+

command-level cold-start RSS measurement before retained gateway heap.

18+19+

## Fixes in this branch

20+21+

- `extensions/qa-lab/src/live-transports/discord/discord-live.runtime.ts`

22+

preserves safe timing fields through metadata redaction so importers can keep

23+

measuring reply RTT without exposing Discord IDs or content.

24+

- Discord QA scenario summaries now include `rttMs` for direct importer use.

25+

- `extensions/qa-lab/src/suite.ts` records gateway-process RSS start/end/peak

26+

and checkpoint samples in `qa-suite-summary.json`, giving RTT importers a

27+

gateway-level metric separate from `/usr/bin/time` command max RSS.

28+29+

## Proof so far

30+31+

- Focused local wrapper:

32+

`node scripts/run-vitest.mjs extensions/qa-lab/src/live-transports/discord/discord-live.runtime.test.ts`

33+

passed 30 tests.

34+

- Focused local wrapper:

35+

`node scripts/run-vitest.mjs extensions/qa-lab/src/suite.test.ts extensions/qa-lab/src/suite.summary-json.test.ts extensions/qa-lab/src/live-transports/discord/discord-live.runtime.test.ts`

36+

passed 50 tests.

37+

- Testbox `tbx_01krvces8y0c99nzra2a90jg13` ran

38+

`pnpm openclaw qa suite --scenario channel-chat-baseline` and emitted gateway

39+

RSS trace fields. Observed sample: wall `15784ms`, gateway RSS

40+

`664403968 -> 689852416`, peak `689852416`.

41+

- Testbox `tbx_01krwb9k7cbktytpjprxcydfbk` ran `pnpm check:changed` and the

42+

command exited 0. The wrapper Actions run `26008757251` still reported

43+

`in_progress` after the box was stopped.

44+45+

## Still weak

46+47+

- No retained-heap regression has been proven. Heap snapshots should be taken

48+

only if the new gateway RSS samples grow across repeated warm samples.

49+

- The branch fixes OpenClaw artifact quality. `openclaw-rtt` still needs an

50+

importer/report follow-up to prefer summary `rttMs` and optionally ingest

51+

gateway RSS fields.

52+

- Gitcrawl data was stale for the newest RTT window, so live `gh` history was

53+

the source of truth for 2026-05-16 and 2026-05-17 PR attribution.

54+