Rewrite benchmarks app

Reorganizes and rewrites the benchmarks. Each implementation is now
self-contained and the benchmarks can be run using a GUI. The benchmarks
themselves have been changed so that individual tests render over a
shorter time frame and more samples are taken.
This commit is contained in:
Nicolas Gallagher
2018-01-17 16:57:16 -08:00
parent 6e6fd4b5d0
commit ed0cafac7c
74 changed files with 1632 additions and 904 deletions
+14 -15
View File
@@ -3,31 +3,30 @@
"name": "benchmarks",
"version": "0.3.1",
"scripts": {
"benchmark": "webpack --config ./webpack.config.js && open index.html"
"benchmark": "webpack --config ./webpack.config.js"
},
"dependencies": {
"aphrodite": "^1.2.5",
"babel-polyfill": "^6.26.0",
"aphrodite": "1.2.5",
"classnames": "^2.2.5",
"d3-scale-chromatic": "^1.1.1",
"emotion": "^8.0.12",
"glamor": "^2.20.40",
"marky": "^1.2.0",
"radium": "^0.19.6",
"emotion": "8.0.12",
"glamor": "2.20.40",
"radium": "0.21.0",
"react": "^16.2.0",
"react-component-benchmark": "^0.0.4",
"react-dom": "^16.2.0",
"react-jss": "^8.2.0",
"react-native-web": "^0.3.1",
"reactxp": "^0.46.6",
"styled-components": "^2.3.2",
"styletron-client": "^3.0.0-rc.5",
"styletron-utils": "^3.0.0-rc.3"
"react-jss": "8.2.1",
"react-native-web": "0.3.1",
"reactxp": "0.51.0-alpha.9",
"styled-components": "2.4.0",
"styletron-client": "3.0.2",
"styletron-react": "3.0.3"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.3.1",
"css-loader": "^0.28.7",
"css-loader": "^0.28.9",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.1"
"webpack-bundle-analyzer": "^2.9.2"
}
}