UNPKG

@n8n/n8n-benchmark

Version:

Cli for running benchmark tests for n8n

10 lines (9 loc) 312 B
export declare class PrometheusMetricsParser { static extractMetricValues(metricsData: string[], metricName: string): number[]; static calculateMetricStats(metricsData: string[], metricName: string): { max: number; avg: number; min: number; count: number; } | null; }