Skip to content

Commit f08e486

Browse files
authored
Add Forms benchmark, improve DeepTree, and format (#19)
* Refactor runBenchmarks to extract logic * Add prettier * Start formatting things as we go * Add initial empty forms benchmark * Add user-event * Format ALL the things! * Add formatting command * Rework deeptree to update many components at once * Add v7 alpha 3 build
1 parent 0f2c4d2 commit f08e486

Some content is hidden

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

60 files changed

+11849
-789
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ typings/
6262
# next.js build output
6363
.next
6464

65-
.idea
65+
.idea/
6666
runs/
6767
dist/
6868
lib/

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"initialize": "node ./setupRuns.js",
88
"start": "node ./runBenchmarks.js",
9-
"test": "jest"
9+
"test": "jest",
10+
"format" : "prettier --write \"sources/**/src/*.{js,jsx}\" *.js"
1011
},
1112
"repository": {
1213
"type": "git",
@@ -30,5 +31,8 @@
3031
"puppeteer": "^1.7.0",
3132
"recursive-copy": "^2.0.9",
3233
"tracealyzer": "^0.9.3"
34+
},
35+
"devDependencies": {
36+
"prettier": "^1.16.4"
3337
}
3438
}

react-redux-versions/react-redux-7.0.0.alpha-3.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)