Skip to content

Commit

Permalink
perf: 优化 getDimensionValues 性能
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgogogo committed Nov 15, 2023
1 parent c7d3369 commit 79a3291
Show file tree
Hide file tree
Showing 9 changed files with 402 additions and 210 deletions.
3 changes: 2 additions & 1 deletion packages/s2-core/__tests__/unit/facet/pivot-facet-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jest.mock('@/data-set/pivot-data-set', () => {
getCellData: actualPivotDataSet.prototype.getCellData,
getMultiData: jest.fn(),
getDimensionValues: actualPivotDataSet.prototype.getDimensionValues,
getDimensionsByField: actualPivotDataSet.prototype.getDimensionsByField,
getFieldsAndPivotMetaByField:
actualPivotDataSet.prototype.getFieldsAndPivotMetaByField,
};
}),
};
Expand Down
Loading

0 comments on commit 79a3291

Please sign in to comment.