Skip to content

Get progress metrics in a file during run, not after the result is completed #518

@rishabh-nuta

Description

@rishabh-nuta

Is your feature request related to a problem? Please describe.
GuideLLM currently writes benchmark metrics only after the run completes. During long-running benchmarks, progress metrics are available only via the interactive TTY UI, which is not usable in automated or non-TTY environments

Describe the solution you'd like
Add support for emitting progress metrics to a file periodically during the run (e.g., incremental JSON/JSONL output flushed at --output-sampling intervals), so progress can be monitored programmatically without requiring a TTY.

Additional context
This would significantly improve observability and automation for long-running benchmarks and production test pipelines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions