test(bench): trim shared helper duplicates (#121745)

This commit is contained in:
Peter Steinberger
2026-08-10 16:34:59 -07:00
committed by GitHub
parent 7e03fe3ba0
commit a2dc90765c
2 changed files with 1 additions and 24 deletions
+1 -10
View File
@@ -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,