feat(benchmarks): add incremental-dom version of deep tree benchmark
This commit is contained in:

committed by
Martin Probst

parent
27d72e87c3
commit
2581c0851a
@ -37,6 +37,14 @@ describe('tree benchmark spec', () => {
|
||||
ignoreBrowserSynchronization: true,
|
||||
});
|
||||
});
|
||||
|
||||
it('should work for the incremental dom', () => {
|
||||
testTreeBenchmark({
|
||||
url: 'all/benchmarks/src/tree/incremental_dom/index.html',
|
||||
ignoreBrowserSynchronization: true,
|
||||
});
|
||||
});
|
||||
|
||||
it('should work for polymer binary tree', () => {
|
||||
testTreeBenchmark({
|
||||
url: 'all/benchmarks/src/tree/polymer/index.html',
|
||||
|
Reference in New Issue
Block a user