diff --git a/tests/benchmark.spec.ts b/tests/benchmark.spec.ts index 3ce034b6..3d661e70 100644 --- a/tests/benchmark.spec.ts +++ b/tests/benchmark.spec.ts @@ -31,6 +31,4 @@ test('measure fps of flip animation', async ({ page }) => { }); }); }); - - console.log(`Average FPS: ${fps.toFixed(2)}`); });