diff --git a/scripts/performance-report.ts b/scripts/performance-report.ts index 914b69b9b..00553cf4e 100644 --- a/scripts/performance-report.ts +++ b/scripts/performance-report.ts @@ -105,19 +105,19 @@ export async function generatePerformanceReport(path: string) { data: { datasets: [{ label: '${valueLabel}', - data: ${JSON.stringify(data)}, - options: { - plugins: { - annotation: { - annotations: { - averageLine, - stdDerivationUpper, - stdDerivationLower - } + data: ${JSON.stringify(data)} + }] + }, + options: { + plugins: { + annotation: { + annotations: { + averageLine, + stdDerivationUpper, + stdDerivationLower } } } - }] } }); @@ -130,11 +130,11 @@ export async function generatePerformanceReport(path: string) { Theia Performance Report - + + - +