We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f274b71 commit 9945803Copy full SHA for 9945803
ci/github-actions/illustrate-benchmark-reports.ts
@@ -3,7 +3,7 @@ import assert from 'assert'
3
import console from 'console'
4
import { readdirSync, readFileSync, writeFileSync } from 'fs'
5
import process from 'process'
6
-import { Report, ReportUnit, assertReport } from './benchmark/report-files'
+import { Report, assertReport } from './benchmark/report-files'
7
8
const xmlHeader = '<?xml version="1.0" encoding="utf-8" ?>'
9
const xmlns = 'http://www.w3.org/2000/svg'
0 commit comments