add angularjs 1.2.23 source directly to tests (perf)

This commit is contained in:
Olov Lassus
2014-11-27 16:43:44 +01:00
parent 275824269c
commit 0340cf3c62
3 changed files with 21956 additions and 4 deletions
+1 -2
View File
@@ -26,8 +26,7 @@
"coffee-script": "~1.8.0",
"defs": "~0.6.2",
"diff": "~1.0.8",
"find-line-column": "~0.5.2",
"angular": "~1.2.23"
"find-line-column": "~0.5.2"
},
"keywords": [
"angular",
+1 -2
View File
@@ -171,8 +171,7 @@ run(function(src, options) {
});
console.log("testing performance");
const ngPath = path.resolve(require.resolve("angular"), "../lib/angular.js");
const ng1 = fs.readFileSync(ngPath);
const ng1 = fs.readFileSync("tests/angular.js");
const ng5 = ng1 + ng1 + ng1 + ng1 + ng1;
(function () {
const startTime = Date.now();
+21954
View File
File diff suppressed because it is too large Load Diff