From c975059a786bbefe6bd22e254b3ecd74718c3d19 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sat, 26 Feb 2022 09:40:10 +0100 Subject: [PATCH] Update memory test. --- sandbox/memory_test.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/memory_test.html b/sandbox/memory_test.html index d20d2de..23dc522 100644 --- a/sandbox/memory_test.html +++ b/sandbox/memory_test.html @@ -19,7 +19,7 @@ }; let numberOfCoords = 1000000; - let numberOfNumbers = 100000000; + let numberOfNumbers = 200000000; let vector = null; function ArrayOfCoords () @@ -62,7 +62,7 @@ - +