mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user