mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 22:00:44 +00:00
perf(gateway): add startup CPU profile option
This commit is contained in:
@@ -16,6 +16,7 @@ describe("gateway startup benchmark script", () => {
|
||||
expect(result.status).toBe(0);
|
||||
expect(result.stdout).toContain("OpenClaw Gateway startup benchmark");
|
||||
expect(result.stdout).toContain("--case <id>");
|
||||
expect(result.stdout).toContain("--cpu-prof-dir <dir>");
|
||||
expect(result.stdout).toContain("default (gateway default)");
|
||||
expect(result.stdout).not.toContain("[gateway-startup-bench]");
|
||||
expect(result.stderr).toBe("");
|
||||
|
||||
Reference in New Issue
Block a user