feat(benchmarks): add static tree benchmark

This commit is contained in:
Tobias Bosch
2016-09-01 10:29:35 -07:00
committed by Martin Probst
parent 4287f1716d
commit eef4c22e87
8 changed files with 120 additions and 371 deletions

View File

@ -5,7 +5,7 @@ export class TreeNode {
}
let treeCreateCount: number;
let maxDepth: number;
export let maxDepth: number;
let numberData: string[];
let charData: string[];