{"id":49906448,"url":"https://github.com/openclaw/openclaw-rtt","last_synced_at":"2026-05-16T11:01:04.163Z","repository":{"id":358067076,"uuid":"1226316158","full_name":"openclaw/openclaw-rtt","owner":"openclaw","description":"RTT timing measurements across OpenClaw npm releases.","archived":false,"fork":false,"pushed_at":"2026-05-15T15:33:49.000Z","size":126,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-15T16:11:10.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openclaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["moltbot"]}},"created_at":"2026-05-01T08:29:22.000Z","updated_at":"2026-05-15T15:36:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/openclaw/openclaw-rtt","commit_stats":null,"previous_names":["openclaw/openclaw-rtt"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/openclaw/openclaw-rtt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclaw%2Fopenclaw-rtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclaw%2Fopenclaw-rtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclaw%2Fopenclaw-rtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclaw%2Fopenclaw-rtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openclaw","download_url":"https://codeload.github.com/openclaw/openclaw-rtt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclaw%2Fopenclaw-rtt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-16T11:00:35.660Z","updated_at":"2026-05-16T11:01:04.155Z","avatar_url":"https://github.com/openclaw.png","language":"JavaScript","funding_links":["https://github.com/sponsors/moltbot"],"categories":[],"sub_categories":[],"readme":"# OpenClaw RTT\n\nTime-series store for OpenClaw Telegram and Discord RTT measurements.\n\nThe measurement harness lives in `openclaw/openclaw`. This repo stores normalized results and the README dashboard.\n\n## Import A Run\n\nFrom this repo:\n\n```sh\nnode scripts/import-result.mjs ../clawdbot/runs/\u003crun-id\u003e/result.json\nnode scripts/import-discord-rtt.mjs samples.tsv --spec openclaw@main --version \u003cref\u003e\nnode scripts/summary.mjs\n```\n\nExpected source shape is the `result.json` emitted by:\n\n```sh\npnpm rtt openclaw@beta\npnpm rtt openclaw@beta --samples 20\npnpm rtt openclaw@latest\npnpm rtt openclaw@2026.4.30 --provider live-frontier\n```\n\n## Data\n\n- `data/rtt.jsonl`: append-only graph source, one normalized run per line.\n- `runs/\u003crun-id\u003e/result.json`: copied per-run result record for audit/debug.\n- `data/discord-rtt.jsonl`: append-only Discord RTT graph source.\n- `discord-runs/\u003crun-id\u003e/result.json`: copied per-run Discord RTT record.\n\nRaw Telegram QA artifacts stay in the OpenClaw repo artifact directory unless explicitly copied in later.\n\n## Dashboard\n\nCurrent `openclaw@main` snapshot. Telegram and Discord run on separate schedules, so each row keeps its own update time.\n\n\u003c!-- latest-main:start --\u003e\n\nLatest imported main run: `2026-05-16T07:18:04.544Z`\n\n| Transport | Version/ref | Result | Samples | p50 | p95 | Updated |\n|---|---:|---:|---:|---:|---:|---:|\n| Telegram | `2026.5.16+df0d061c7a` | Pass | 20 | `1,126ms` | `2,089ms` | `2026-05-16T06:56:44.998Z` |\n| Discord | `2026.5.16+e975c3b212` | Pass | 20 | `6,590ms` | `6,952ms` | `2026-05-16T07:18:04.544Z` |\n\n\u003c!-- latest-main:end --\u003e\n\n## Telegram Release Sweep\n\nMeasured with the OpenClaw repo black-box harness on Blacksmith using `mock-openai`, scenario `telegram-mentioned-message-reply`, 20 target normal-reply samples, 240s canary timeout, and 30s per-sample timeout.\n\nThe SUT is the published package running its own Telegram bot. The OpenClaw repo only supplies the mock model server and Telegram driver. `p50` is the median normal-reply RTT. Log notes: [2026-05-02 Testbox stable sweep](logs/2026-05-02-testbox-stable-sweep.md).\n\nEnd-to-end latency measured over Telegram using `mock-openai`. \n\n\u003c!-- release-sweep:start --\u003e\n\n| npm version | Result | Samples | p50 | p95 | Updated |\n|---|---:|---:|---:|---:|---:|\n| `2026.5.16-beta.1` | Pass | 20 | `1,196ms` | `1,969ms` | `2026-05-16T07:03:30.628Z` |\n| `2026.5.14-beta.2` | Pass | 20 | `990ms` | `1,745ms` | `2026-05-15T11:25:24.501Z` |\n| `2026.5.14-beta.1` | Pass | 20 | `1,004ms` | `3,915ms` | `2026-05-15T12:12:25.166Z` |\n| `2026.5.12` | Pass | 20 | `2,858ms` | `23,061ms` | `2026-05-15T14:57:36.884Z` |\n| `2026.5.9-beta.1` | Pass | 20 | `2,517ms` | `14,692ms` | `2026-05-09T13:46:04.963Z` |\n| `2026.5.7` | Pass | 20 | `3,499ms` | `21,847ms` | `2026-05-07T22:34:10.660Z` |\n| `2026.5.6` | Pass | 20 | `3,497ms` | `16,762ms` | `2026-05-07T01:10:20.034Z` |\n| `2026.5.4` | Pass | 20 | `3,504ms` | `16,673ms` | `2026-05-05T12:55:16.706Z` |\n| `2026.5.3` | Pass | 20 | `3,505ms` | `16,741ms` | `2026-05-04T09:49:15.970Z` |\n| `2026.5.2` | Pass | 20 | `3,501ms` | `16,759ms` | `2026-05-03T01:14:23.528Z` |\n| `2026.4.29` | Pass | 20 | `17,936ms` | `24,517ms` | `2026-05-02T06:17:26.914Z` |\n| `2026.4.27` | Pass | 20 | `4,639ms` | `13,664ms` | `2026-05-02T06:11:35.226Z` |\n| `2026.4.26` | Pass | 20 | `5,880ms` | `18,610ms` | `2026-05-02T06:05:19.893Z` |\n| `2026.4.25` | Pass | 20 | `7,508ms` | `27,982ms` | `2026-05-02T05:59:20.038Z` |\n| `2026.4.24` | Pass | 20 | `2,679ms` | `13,451ms` | `2026-05-02T05:54:14.272Z` |\n| `2026.4.23` | Pass | 20 | `2,507ms` | `14,671ms` | `2026-05-02T05:49:14.713Z` |\n| `2026.4.22` | Pass | 20 | `2,497ms` | `14,847ms` | `2026-05-02T05:34:51.113Z` |\n| `2026.4.21` | Pass | 20 | `3,502ms` | `16,828ms` | `2026-05-02T05:43:01.319Z` |\n| `2026.4.20` | Pass | 20 | `3,504ms` | `16,796ms` | `2026-05-02T05:26:57.320Z` |\n| `2026.4.15` | Pass | 20 | `3,503ms` | `16,809ms` | `2026-05-02T05:20:28.620Z` |\n\n\u003c!-- release-sweep:end --\u003e\n\n## Discord Release Sweep\n\nMeasured with the OpenClaw Discord QA harness using `mock-openai`, scenario `discord-canary`, and Convex-managed CI credentials.\n\n\u003c!-- discord-release-sweep:start --\u003e\n\nNo release RTT runs have been imported yet.\n\n\u003c!-- discord-release-sweep:end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenclaw%2Fopenclaw-rtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenclaw%2Fopenclaw-rtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenclaw%2Fopenclaw-rtt/lists"}