Update memory test.
This commit is contained in:
parent
42284ac419
commit
c975059a78
@ -19,7 +19,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
let numberOfCoords = 1000000;
|
let numberOfCoords = 1000000;
|
||||||
let numberOfNumbers = 100000000;
|
let numberOfNumbers = 200000000;
|
||||||
let vector = null;
|
let vector = null;
|
||||||
|
|
||||||
function ArrayOfCoords ()
|
function ArrayOfCoords ()
|
||||||
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<input type="button" value="ArrayOfCoords" onclick="ArrayOfCoords ()"/>
|
<input type="button" value="ArrayOfCoords" onclick="ArrayOfCoords ()"/>
|
||||||
<input type="button" value="ArrayOfNumbers" onclick="ArrayOfCoordComponents ()"/>
|
<input type="button" value="ArrayOfCoordComponents" onclick="ArrayOfCoordComponents ()"/>
|
||||||
<input type="button" value="ArrayOfNumbers" onclick="ArrayOfNumbers ()"/>
|
<input type="button" value="ArrayOfNumbers" onclick="ArrayOfNumbers ()"/>
|
||||||
<input type="button" value="ArrayOfNumbersFloat32Arr" onclick="ArrayOfNumbersFloat32Arr ()"/>
|
<input type="button" value="ArrayOfNumbersFloat32Arr" onclick="ArrayOfNumbersFloat32Arr ()"/>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user