Skip to content

Commit a7d1e86

Browse files
cellogmarkerikson
authored andcommitted
Benchmark suite (reduxjs#1008)
* initial work on setting up a benchmark suite it works EXCEPT building fails and I can't figure out why. something wonky in react-app-rewired * fix setup script * add benchmarks script * remove unused imports * fix linting, categories being undefined also make the info output look nicer * use colon instead of pipe as separator * show 0 when fps is too slow for school * add explanation of what good is * jimbolla->stockticker, setup:benchmarks->benchmarks:setup * lift puppeteer and tracealyzer into benchmarks, jimbolla->stockticker in package.json * use cli-table2 for pretty results * Print results table after each benchmark run * Move express and recursive-copy deps to benchmarks folder
1 parent af31abe commit a7d1e86

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+23279
-35
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515
},
1616
"env": {
17+
"es6": true,
1718
"browser": true,
1819
"mocha": true,
1920
"node": true

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ test/**/lcov-report
1111
test/react/*/test/**/*.spec.js
1212
test/react/**/src
1313
lcov.info
14+
benchmarks/runs

0 commit comments

Comments
 (0)