You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- High test execution time often indicates real performance issues
237
238
- Easy to reproduce and measure
238
239
240
+
:::tip[Wanna Benchmark Tests?]
241
+
242
+
See the [Test Adapters](/guides/test-adapters/) guide for more information.
243
+
:::
244
+
239
245
### Profiling Application Startup
240
246
241
247
Identify slow initialization code:
@@ -396,7 +402,7 @@ If the profiler shows 0 user functions:
396
402
397
403
### Profile Data is Stale
398
404
399
-
Profile logs are reused if they exist. To get fresh data:
405
+
Profile logs are reused if they exist. To get fresh data, remove the `isolate-*.log` files created by Node.js's V8 profiler (via the `--cpu-prof` flag that `modestbench analyze` uses under the hood):
0 commit comments