We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28381f commit 6660a82Copy full SHA for 6660a82
scripts/measure-arrangement-fps.js
@@ -25,7 +25,7 @@ const numItems = 5000;
25
26
// start the profiling, with a path to the out file and screenshots collected
27
await page.tracing.start({
28
- path: `logs/arrangement-trace-${numItems}-${i}-alt.json`
+ path: `logs/arrangement-trace-${numItems}-${i}.json`
29
});
30
31
await page.evaluate(async () =>
0 commit comments