[ADD] benchmarks: add benchmarks in main branch

this will make it easier to compare various situations.
This commit is contained in:
Géry Debongnie
2019-04-29 22:54:26 +02:00
parent 40e486a9eb
commit eb910193d7
32 changed files with 26815 additions and 1 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"minify": "uglifyjs dist/owl.js -o dist/owl.min.js --compress --mangle",
"dev": "npm-run-all --parallel \"build:* -- --watch\"",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"benchmarks": "python benchmarks/benchmarks.py"
},
"repository": {
"type": "git",