Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed May 5, 2023
1 parent d7feffd commit ec54bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ import {
ResultsByExeSuiteBenchmark,
calculateAllChangeStatistics,
calculateDataForOverviewPlot,
collateMeasurements
collateMeasurements,
getCommitOffsetsInSortedMeasurements
} from './stats-data-prep.js';
import { renderOverviewPlots } from './charts.js';
import * as dataFormatters from './data-format.js';
Expand Down

0 comments on commit ec54bc5

Please sign in to comment.