We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a8622 commit 961a7dfCopy full SHA for 961a7df
packages/angular-table/tests/benchmark.test.ts
@@ -35,7 +35,7 @@ describe('Reactivity benchmark', () => {
35
enableColumnAutoReactivity: true,
36
enableHeaderAutoReactivity: true,
37
debugAll: true,
38
- debugTable: true
+ debugTable: true,
39
}))
40
41
await setTimeout(0)
@@ -44,9 +44,9 @@ describe('Reactivity benchmark', () => {
44
45
const elapsed = Math.round((t1 - t0) * 100) / 100
46
47
- table.getCoreRowModel();
+ table.getCoreRowModel()
48
49
- console.log(elapsed);
+ console.log(elapsed)
50
// expect(elapsed).toBeLessThan(2)
51
},
52
)
0 commit comments