mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-11 10:30:46 -07:00
attempts to run the test rig with eventloopdelay measure and other feedback
This commit is contained in:
committed by
Srinivasa Pasumarthi
parent
e74b093a42
commit
3ff7422790
@@ -1336,6 +1336,10 @@ export class TestRig {
|
||||
return logs;
|
||||
}
|
||||
|
||||
readTelemetryLogs(): ParsedLog[] {
|
||||
return this._readAndParseTelemetryLog();
|
||||
}
|
||||
|
||||
readToolLogs() {
|
||||
// For Podman, first check if telemetry file exists and has content
|
||||
// If not, fall back to parsing from stdout
|
||||
|
||||
Reference in New Issue
Block a user