[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-16 06:32:20 +00:00
parent a04a6391fc
commit 4ca1f96ce8

View File

@@ -252,9 +252,7 @@ test.describe('Performance', { tag: ['@perf'] }, () => {
await comfyPage.nextFrame()
}
const m = await comfyPage.perf.stopMeasuring(
'primevue-dialog-open-close'
)
const m = await comfyPage.perf.stopMeasuring('primevue-dialog-open-close')
recordMeasurement(m)
console.log(
`PrimeVue dialog: ${m.styleRecalcs} style recalcs, ${m.layouts} layouts, ${m.styleRecalcDurationMs.toFixed(1)}ms recalc time`