From a665b2860143e23e3569cbd46b5ed5ba6d440553 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 11:16:08 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@78577ac147147f7a2971a18604614362dd7d0dba --- .openclaw-sync/source.json | 4 ++-- docs/reference/test.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 9df25e680..3589764d4 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "eebdda92f0c34c62c8e4baaae10032c416ec2a9b", - "syncedAt": "2026-04-27T11:13:39.504Z" + "sha": "78577ac147147f7a2971a18604614362dd7d0dba", + "syncedAt": "2026-04-27T11:15:00.825Z" } diff --git a/docs/reference/test.md b/docs/reference/test.md index a3ea86aa7..582cfa095 100644 --- a/docs/reference/test.md +++ b/docs/reference/test.md @@ -86,6 +86,7 @@ Usage: - `pnpm tsx scripts/bench-cli-startup.ts --runs 12` - `pnpm tsx scripts/bench-cli-startup.ts --preset real` - `pnpm tsx scripts/bench-cli-startup.ts --preset real --case status --case gatewayStatus --runs 3` +- `pnpm tsx scripts/bench-cli-startup.ts --preset real --case tasksJson --case tasksListJson --case tasksAuditJson --runs 3` - `pnpm tsx scripts/bench-cli-startup.ts --entry openclaw.mjs --entry-secondary dist/entry.js --preset all` - `pnpm tsx scripts/bench-cli-startup.ts --preset all --output .artifacts/cli-startup-bench-all.json` - `pnpm tsx scripts/bench-cli-startup.ts --preset real --case gatewayStatusJson --output .artifacts/cli-startup-bench-smoke.json` @@ -95,7 +96,7 @@ Usage: Presets: - `startup`: `--version`, `--help`, `health`, `health --json`, `status --json`, `status` -- `real`: `health`, `status`, `status --json`, `sessions`, `sessions --json`, `agents list --json`, `gateway status`, `gateway status --json`, `gateway health --json`, `config get gateway.port` +- `real`: `health`, `status`, `status --json`, `sessions`, `sessions --json`, `tasks --json`, `tasks list --json`, `tasks audit --json`, `agents list --json`, `gateway status`, `gateway status --json`, `gateway health --json`, `config get gateway.port` - `all`: both presets Output includes `sampleCount`, avg, p50, p95, min/max, exit-code/signal distribution, and max RSS summaries for each command. Optional `--cpu-prof-dir` / `--heap-prof-dir` writes V8 profiles per run so timing and profile capture use the same harness.