fix(gateway): quiet benchmark watch output

This commit is contained in:
Peter Steinberger
2026-05-04 23:36:18 +01:00
parent f042b53782
commit f8e080386d
4 changed files with 31 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ const resolveGatewayWatchBenchmarkArgs = ({ args = [], env = process.env } = {})
if (benchmarkFlagSeen) {
nextEnv[RUN_NODE_CPU_PROF_DIR_ENV] =
benchmarkDir || nextEnv[RUN_NODE_CPU_PROF_DIR_ENV] || DEFAULT_BENCHMARK_PROFILE_DIR;
nextEnv.OPENCLAW_TRACE_SYNC_IO ??= "0";
}
return {
args: benchmarkNoForceSeen