feat(benchmarks): add incremental-dom version of deep tree benchmark

This commit is contained in:
Tobias Bosch
2016-09-01 10:31:31 -07:00
committed by Martin Probst
parent 27d72e87c3
commit 2581c0851a
11 changed files with 107 additions and 7 deletions

View File

@ -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',