(
metricName: string,
options: {
relativeTo?: string | typeof PREVIOUS
scenario?: string
props?: Record<string, string | number | null>
}
)
| 15 | } |
| 16 | ): Promise<RegExpMatchArray> |
| 17 | reportMemUsage( |
| 18 | metricName: string, |
| 19 | options: { |
| 20 | relativeTo?: string | typeof PREVIOUS |
no outgoing calls
no test coverage detected