mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(bench): trim shared helper duplicates (#121745)
This commit is contained in:
committed by
GitHub
parent
7e03fe3ba0
commit
a2dc90765c
@@ -6,12 +6,7 @@ import path from "node:path";
|
||||
import { performance } from "node:perf_hooks";
|
||||
import { pathToFileURL } from "node:url";
|
||||
import { delay, stopChild } from "./lib/gateway-bench-child.ts";
|
||||
import {
|
||||
getFreePort,
|
||||
parseProcessRssKb,
|
||||
readProcessRssMb,
|
||||
readProcessTreeCpuMs,
|
||||
} from "./lib/gateway-bench-probes.ts";
|
||||
import { getFreePort, readProcessRssMb, readProcessTreeCpuMs } from "./lib/gateway-bench-probes.ts";
|
||||
import {
|
||||
BASE_GATEWAY_BENCH_CONFIG,
|
||||
buildGatewayBenchChildArgs,
|
||||
@@ -832,10 +827,6 @@ export const testing = {
|
||||
collectResultFailures,
|
||||
collectStartupTrace,
|
||||
parseOptions,
|
||||
parseNonNegativeInt,
|
||||
parsePositiveInt,
|
||||
parseProcessRssKb,
|
||||
resolveEntry,
|
||||
sanitizedEnv,
|
||||
stopChild,
|
||||
summarizeCase,
|
||||
|
||||
Reference in New Issue
Block a user