Fix performance tests (#6245)

This commit is contained in:
Charles Bochet
2024-07-13 22:30:11 +02:00
committed by GitHub
parent dc6e27e388
commit e5d76a33ed
3 changed files with 5 additions and 5 deletions

View File

@ -49,6 +49,6 @@ export const Elipsis: Story = {
export const Performance = getProfilingStory({
componentName: 'AddressFieldDisplay',
averageThresholdInMs: 0.15,
numberOfRuns: 30,
numberOfTestsPerRun: 50,
numberOfRuns: 20,
numberOfTestsPerRun: 100,
});