Skip to content

Commit 70db6db

Browse files
authored
Fix progress stats in ydb_cli (#16912)
1 parent 82ae4fe commit 70db6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/public/lib/ydb_cli/commands/benchmark_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ TQueryBenchmarkResult ExecuteImpl(const TString& query, NQuery::TQueryClient& cl
345345
}
346346
composite = MakeHolder<TQueryResultScanner>();
347347
composite->SetDeadlineName(benchmarkSettings.Deadline.Name);
348-
return composite->Scan(it);
348+
return composite->Scan(it, benchmarkSettings.PlanFileName);
349349
}, benchmarkSettings.RetrySettings);
350350
return ConstructResultByStatus(resStatus, composite, benchmarkSettings);
351351
}

0 commit comments

Comments
 (0)