perf: add benchmarks for IV and render3 with functions (tree) (#20855)

PR Close #20855
This commit is contained in:
Marc Laval
2017-12-12 14:44:51 +01:00
committed by Igor Minar
parent 0867e85163
commit f75296e04e
9 changed files with 172 additions and 0 deletions

View File

@ -32,6 +32,13 @@ describe('largetable benchmark spec', () => {
});
});
it('should work for iv', () => {
testTableBenchmark({
url: 'all/benchmarks/src/largetable/iv/index.html',
ignoreBrowserSynchronization: true,
});
});
it('should work for the baseline', () => {
testTableBenchmark({
url: 'all/benchmarks/src/largetable/baseline/index.html',