From cb7d1cc0219d19837ce240197fc8cd6445b95d9b Mon Sep 17 00:00:00 2001 From: ganesh Date: Thu, 5 Apr 2018 21:50:30 +0530 Subject: [PATCH 1/3] Remove outdated react url --- scripts/benchmark.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/benchmark.js b/scripts/benchmark.js index 7517815c5..9d7669302 100755 --- a/scripts/benchmark.js +++ b/scripts/benchmark.js @@ -20,7 +20,6 @@ const butternut = require("butternut"); const ASSETS_DIR = path.join(__dirname, "benchmark_cache"); const DEFAULT_ASSETS = { - "react.js": "https://unpkg.com/react/dist/react.js", // 120 kb "vue.js": "https://unpkg.com/vue/dist/vue.js", // 230 kb "lodash.js": "https://unpkg.com/lodash/lodash.js", // 500kb "three.js": "https://unpkg.com/three/build/three.js" // 1000kb From 5be560b51b7b391adeccf5e0e716b0200bb1f6e9 Mon Sep 17 00:00:00 2001 From: ganesh Date: Sun, 15 Apr 2018 22:35:48 +0530 Subject: [PATCH 2/3] Update react url --- scripts/benchmark.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/benchmark.js b/scripts/benchmark.js index 9d7669302..c5079b9cf 100755 --- a/scripts/benchmark.js +++ b/scripts/benchmark.js @@ -20,6 +20,7 @@ const butternut = require("butternut"); const ASSETS_DIR = path.join(__dirname, "benchmark_cache"); const DEFAULT_ASSETS = { + "react.js":"https://unpkg.com/react@16.3.1/umd/react.development.js", "vue.js": "https://unpkg.com/vue/dist/vue.js", // 230 kb "lodash.js": "https://unpkg.com/lodash/lodash.js", // 500kb "three.js": "https://unpkg.com/three/build/three.js" // 1000kb From 86cdb135784fdaca0199da255fca19b337415e65 Mon Sep 17 00:00:00 2001 From: ganesh Date: Mon, 23 Apr 2018 19:00:16 +0530 Subject: [PATCH 3/3] Update outdated url --- scripts/benchmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmark.js b/scripts/benchmark.js index c5079b9cf..c7f92e54b 100755 --- a/scripts/benchmark.js +++ b/scripts/benchmark.js @@ -20,7 +20,7 @@ const butternut = require("butternut"); const ASSETS_DIR = path.join(__dirname, "benchmark_cache"); const DEFAULT_ASSETS = { - "react.js":"https://unpkg.com/react@16.3.1/umd/react.development.js", + "react.js": "https://unpkg.com/react@16.3.1/umd/react.development.js", //56kb "vue.js": "https://unpkg.com/vue/dist/vue.js", // 230 kb "lodash.js": "https://unpkg.com/lodash/lodash.js", // 500kb "three.js": "https://unpkg.com/three/build/three.js" // 1000kb