diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-10-11 01:00:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-11 01:00:09 +0800 |
commit | 3320251b4b5caafb2d28fa22b027c7f0916f6b1a (patch) | |
tree | c5a7f6af1dfda7e14b920ba19ad1de11f929b882 /test | |
parent | 33c94d3bd90af2ceaa3faf36cdf19c2dd8700619 (diff) | |
download | tracifyjs-3320251b4b5caafb2d28fa22b027c7f0916f6b1a.tar.gz tracifyjs-3320251b4b5caafb2d28fa22b027c7f0916f6b1a.zip |
update benchmark URLs (#3462)
Diffstat (limited to 'test')
-rw-r--r-- | test/benchmark.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/benchmark.js b/test/benchmark.js index 4ab76260..63009dd8 100644 --- a/test/benchmark.js +++ b/test/benchmark.js @@ -13,15 +13,15 @@ if (!args.length) { } args.push("--timings"); var urls = [ - "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://code.jquery.com/jquery-3.4.1.js", + "https://code.angularjs.org/1.7.8/angular.js", + "https://unpkg.com/mathjs@6.2.3/dist/math.js", "https://unpkg.com/react@15.3.2/dist/react.js", - "http://builds.emberjs.com/tags/v2.11.0/ember.prod.js", - "https://cdn.jsdelivr.net/lodash/4.17.4/lodash.js", - "https://cdnjs.cloudflare.com/ajax/libs/d3/4.5.0/d3.js", - "https://raw.githubusercontent.com/kangax/html-minifier/v3.5.7/dist/htmlminifier.js", + "https://cdnjs.cloudflare.com/ajax/libs/d3/5.12.0/d3.js", + "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.js", + "https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.15/lodash.js", + "https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.12.2/ember.prod.js", + "https://raw.githubusercontent.com/kangax/html-minifier/v4.0.0/dist/htmlminifier.js", ]; var results = {}; var remaining = 2 * urls.length; |