Float32Array Slowness test (v24)

Revision 24 of this benchmark created on


Description

This is to test the slowness of a Float32Array

Preparation HTML

<script>
  var id = 0
  var b = [];
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
new Float32Array
b.push(new Float32Array(3));
ready
Array
b.push([0.0, 0.0, 0.0]);
ready
Object
b.push({a:0.0, b:0.0, c:0.0});
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.