
committed by
Kara Erickson

parent
5ca7c2d40f
commit
5efe9be051
@ -41,6 +41,9 @@ describe('tree benchmark perf', () => {
|
||||
});
|
||||
|
||||
it('should work for update', async() => {
|
||||
runTreeBenchmark({id: 'update', work: () => $('#createDom').click()});
|
||||
runTreeBenchmark({
|
||||
id: 'update',
|
||||
work: () => $('#createDom').click(),
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user