From: Alex Lam S.L Date: Tue, 2 May 2017 11:48:12 +0000 (+0800) Subject: update `test/benchmark.js` resources (#1864) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bffdc8dca8bc5e695bf8a7c02d0bb012cc0fe9b6;p=UglifyJS.git update `test/benchmark.js` resources (#1864) --- 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",