diff --git a/index.html b/index.html index a2fde94..e8a9b1e 100644 --- a/index.html +++ b/index.html @@ -316,7 +316,7 @@

What about X?

// Temporary placeholder data. window.data = []; -for (var i = 0; i < 36; i++) { +for (var i = 0; i < 46; i++) { var [fast, avg, slow] = getRandomDistribution(); window.data.push({ platform: getRandomFiller(10),