Skip to content

Commit

Permalink
Convert benchmarks to JavaScript (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
guigrpa committed Aug 17, 2018
1 parent 3186806 commit 03ab170
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 722 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "yarn lint && yarn flow && yarn compile && yarn uglify && yarn testCovFull && yarn docs && yarn xxl",
"travis": "yarn compile && yarn testCovNoMin",
"xxl": "xxl",
"benchmarks": "coffee tools/benchmarks.coffee"
"benchmarks": "node tools/benchmarks"
},
"dependencies": {},
"devDependencies": {
Expand All @@ -36,7 +36,6 @@
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.24.1",
"chalk": "1.1.3",
"coffee-script": "1.11.1",
"coveralls": "^3.0.2",
"envify": "3.4.1",
"eslint": "^5.3.0",
Expand Down
271 changes: 0 additions & 271 deletions tools/benchmarks.coffee

This file was deleted.

Loading

0 comments on commit 03ab170

Please sign in to comment.