Skip to content

Commit 64dd1c4

Browse files
authored
meta: remove benchmark (#6)
1 parent 2ebdbe3 commit 64dd1c4

File tree

6 files changed

+6
-248
lines changed

6 files changed

+6
-248
lines changed

benchmark/0.3.1/toposort.js

Lines changed: 0 additions & 128 deletions
This file was deleted.

benchmark/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

benchmark/general.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

benchmark/results.csv

Lines changed: 0 additions & 4 deletions
This file was deleted.

package-lock.json

Lines changed: 5 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@
1111
"grunt-banner": "0.6.0",
1212
"grunt-contrib-clean": "2.0.1",
1313
"grunt-contrib-uglify": "5.2.2",
14-
"matcha": "0.7.0",
1514
"mocha": "8.4.0"
1615
},
1716
"scripts": {
1817
"build": "grunt",
1918
"test": "mocha -b test",
20-
"eslint": "eslint src/toposort.js test/spec.js Gruntfile.js",
21-
"benchmark": "matcha benchmark/general.js",
22-
"benchmark-save": "matcha -R csv benchmark/general.js > benchmark/results.csv"
19+
"eslint": "eslint src/toposort.js test/spec.js Gruntfile.js"
2320
},
2421
"repository": {
2522
"type": "git",

0 commit comments

Comments
 (0)