From bffdc8dca8bc5e695bf8a7c02d0bb012cc0fe9b6 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Tue, 2 May 2017 19:48:12 +0800 Subject: [PATCH] update `test/benchmark.js` resources (#1864) --- test/benchmark.js | 4 ++-- 1 file 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", -- 2.34.1