Update benchmarks packages

This commit is contained in:
Nicolas Gallagher
2017-10-30 14:45:13 -07:00
parent 92ef3ffbb8
commit 4a1abee1df
3 changed files with 188 additions and 145 deletions
+1 -4
View File
@@ -7,7 +7,6 @@ import radium from './src/radium';
import reactNative from './src/react-native';
import reactNativeStyleSheet from './src/react-native-stylesheet';
import styledComponents from './src/styled-components';
import styledComponentsPrimitives from './src/styled-components-primitives';
import styletron from './src/styletron';
import xp from './src/reactxp';
@@ -51,9 +50,7 @@ const restTests = [
() => renderDeepTree('react-jss', jss),
() => renderWideTree('react-jss', jss),
() => renderDeepTree('styled-components', styledComponents),
() => renderWideTree('styled-components', styledComponents),
() => renderDeepTree('styled-components/primitives', styledComponentsPrimitives),
() => renderWideTree('styled-components/primitives', styledComponentsPrimitives)
() => renderWideTree('styled-components', styledComponents)
];
const tests = [...coreTests];