Skip to content

Commit

Permalink
Fixed performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zfurtak committed Sep 23, 2024
1 parent a5bc7a4 commit a240b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf-test/SelectionList.perf-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function SelectionListWrapper({canSelectMultiple}: SelectionListWrapperProps) {

const sections = [
{
data: Array.from({length: 1000}, (element, index) => ({
data: Array.from({length: 500}, (element, index) => ({
text: `Item ${index}`,
keyForList: `item-${index}`,
isSelected: selectedIds.includes(`item-${index}`),
Expand Down

0 comments on commit a240b40

Please sign in to comment.