mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 21:20:12 +00:00
performance monitoring hooks
This commit is contained in:
12
perf-test.sh
Normal file
12
perf-test.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
# Run performance tests with more detailed output
|
||||
npx playwright test --workers 1 --project=performance --reporter=line
|
||||
|
||||
# Run performance tests on specific files
|
||||
#npx playwright test --workers 1 --project=performance interaction.spec.ts
|
||||
|
||||
# Run performance tests with trace for debugging
|
||||
#npx playwright test --workers 1 --project=performance --trace=on
|
||||
|
||||
# Run performance tests and update any snapshots
|
||||
#npx playwright test --workers 1 --project=performance --update-snapshots
|
||||
|
||||
Reference in New Issue
Block a user