Skip to content

Commit 6660a82

Browse files
committed
Fix typo
1 parent b28381f commit 6660a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/measure-arrangement-fps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const numItems = 5000;
2525

2626
// start the profiling, with a path to the out file and screenshots collected
2727
await page.tracing.start({
28-
path: `logs/arrangement-trace-${numItems}-${i}-alt.json`
28+
path: `logs/arrangement-trace-${numItems}-${i}.json`
2929
});
3030

3131
await page.evaluate(async () =>

0 commit comments

Comments
 (0)