nexus-agents - v2.80.0
    Preparing search index...

    Interface PerformanceSummary

    Aggregated performance summary from recorded outcomes.

    interface PerformanceSummary {
        totalTasks: number;
        successRate: number;
        avgDurationMs: number;
        byCli: ReadonlyMap<string, GroupStats>;
        byCategory: ReadonlyMap<string, GroupStats>;
    }
    Index

    Properties

    totalTasks: number
    successRate: number
    avgDurationMs: number
    byCli: ReadonlyMap<string, GroupStats>
    byCategory: ReadonlyMap<string, GroupStats>