mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:40:43 +00:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"credentials": {
|
|
"kind": "telegram",
|
|
"source": "env"
|
|
},
|
|
"groupId": "-100123",
|
|
"startedAt": "2026-05-01T00:00:00.000Z",
|
|
"finishedAt": "2026-05-01T00:00:10.000Z",
|
|
"cleanupIssues": [],
|
|
"counts": {
|
|
"total": 2,
|
|
"passed": 2,
|
|
"failed": 0
|
|
},
|
|
"scenarios": [
|
|
{
|
|
"id": "telegram-canary",
|
|
"title": "Telegram canary",
|
|
"status": "pass",
|
|
"details": "reply matched in 1234ms",
|
|
"rttMs": 1234
|
|
},
|
|
{
|
|
"id": "telegram-mentioned-message-reply",
|
|
"title": "Telegram mentioned message gets a reply",
|
|
"status": "pass",
|
|
"details": "3/3 warm samples passed",
|
|
"rttMs": 5000,
|
|
"samples": [
|
|
{
|
|
"index": 1,
|
|
"status": "pass",
|
|
"details": "observed SUT message 101",
|
|
"rttMs": 4000
|
|
},
|
|
{
|
|
"index": 2,
|
|
"status": "pass",
|
|
"details": "observed SUT message 102",
|
|
"rttMs": 5000
|
|
},
|
|
{
|
|
"index": 3,
|
|
"status": "pass",
|
|
"details": "observed SUT message 103",
|
|
"rttMs": 7000
|
|
}
|
|
],
|
|
"stats": {
|
|
"total": 3,
|
|
"passed": 3,
|
|
"failed": 0,
|
|
"avgMs": 5333,
|
|
"p50Ms": 5000,
|
|
"p95Ms": 7000,
|
|
"maxMs": 7000
|
|
}
|
|
}
|
|
]
|
|
}
|