aboutsummaryrefslogtreecommitdiff
path: root/test/benchmark.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-05-02 19:48:12 +0800
committerGitHub <noreply@github.com>2017-05-02 19:48:12 +0800
commitbffdc8dca8bc5e695bf8a7c02d0bb012cc0fe9b6 (patch)
treef36098624cfa14c090fa4cb4ef6b6e2a2c4698ec /test/benchmark.js
parent69b566365303583ab7fa0e89288b86dbebc5c676 (diff)
downloadtracifyjs-bffdc8dca8bc5e695bf8a7c02d0bb012cc0fe9b6.tar.gz
tracifyjs-bffdc8dca8bc5e695bf8a7c02d0bb012cc0fe9b6.zip
update `test/benchmark.js` resources (#1864)
Diffstat (limited to 'test/benchmark.js')
-rw-r--r--test/benchmark.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/benchmark.js b/test/benchmark.js
index c67a8548..d7b0263f 100644
--- a/test/benchmark.js
+++ b/test/benchmark.js
@@ -11,8 +11,8 @@ if (!args.length) {
}
args.push("--stats");
var urls = [
- "https://code.jquery.com/jquery-3.1.1.js",
- "https://code.angularjs.org/1.6.1/angular.js",
+ "https://code.jquery.com/jquery-3.2.1.js",
+ "https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.4/angular.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/3.9.0/math.js",
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.js",
"https://unpkg.com/react@15.3.2/dist/react.js",