Multiplication

Benchmark created by Ayanami Rei on


Setup

var i = 0, j = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
The usual
j = i * 2;
ready
Shift left
j = i << 1;
ready

Revisions

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

  • Revision 1: published by Ayanami Rei on