playwright/packages/playwright-core/src/server/trace
Dmitry Gozman eed6a10f3f
fix(tracing): speed up trace recording (#30946)
This includes two major changes:
- reuse `SerializedFS` for live test runner tracing;
- merge scheduled `appendFile` operations into a single `fs` call.

In some cases, this improves performance of UI mode by 61% and
performance of `trace: on` mode by 38%. Note that performance
improvement on the average test will not be as noticeable.

References #30875, #30635.
2024-05-22 15:19:32 -07:00
..
recorder fix(tracing): speed up trace recording (#30946) 2024-05-22 15:19:32 -07:00
test chore: improve network panel rendering (#26708) 2023-08-25 12:10:28 -07:00
viewer chore: pass outputDir to uimode (#30941) 2024-05-21 14:36:31 -07:00