Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and riccardoperra committed Feb 14, 2025
1 parent 90a8622 commit 961a7df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/angular-table/tests/benchmark.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Reactivity benchmark', () => {
enableColumnAutoReactivity: true,
enableHeaderAutoReactivity: true,
debugAll: true,
debugTable: true
debugTable: true,
}))

await setTimeout(0)
Expand All @@ -44,9 +44,9 @@ describe('Reactivity benchmark', () => {

const elapsed = Math.round((t1 - t0) * 100) / 100

table.getCoreRowModel();
table.getCoreRowModel()

console.log(elapsed);
console.log(elapsed)
// expect(elapsed).toBeLessThan(2)
},
)
Expand Down

0 comments on commit 961a7df

Please sign in to comment.