Add initial performance benchmarks

Simple render tree benchmarks originally developed by @lelandrichardson

Fix #306
This commit is contained in:
Nicolas Gallagher
2017-01-01 14:40:44 -08:00
parent 351c0ac3d4
commit a2cafe56fc
11 changed files with 256 additions and 3 deletions
+6 -2
View File
@@ -1,7 +1,5 @@
# Contributing
We are open to, and grateful for, any contributions made by the community.
## Reporting Issues and Asking Questions
Before opening an issue, please search the [issue
@@ -31,6 +29,12 @@ Run the examples:
npm run examples
```
Run the benchmarks in a browser by opening `./performance/index.html` after running:
```
npm run build:performance
```
### Building
```