Add more comparative benchmarks

Add "aphrodite", "react-jss", and "reactxp" renderers.

"react-addons-perf" is required due to:
https://github.com/Microsoft/reactxp/issues/11
This commit is contained in:
Nicolas Gallagher
2017-04-08 18:42:57 -07:00
parent aa85876eb2
commit 547c375bd6
56 changed files with 599 additions and 131 deletions

View File

@@ -1,5 +1,5 @@
import createRenderBenchmark from '../createRenderBenchmark';
import NestedTree from '../components/NestedTree';
import NestedTree from '../src/components/NestedTree';
import React from 'react';
const renderDeepTree = (label, components) => createRenderBenchmark({