Performance test: Graph that adds component every 0.5 ms.

Tests to perform

  1. Observe the console timer to determine the time taken for adding components.
  2. Take heap snapshot and check for memory leaks.
  3. Collect JavaScript CPU profile.
  4. Open the Task Manager in Chrome and watch the memory/cpu when component is getting added.