Multiplication var

Benchmark created by Dhumez Sébastien on


Description

Juste a test with a multiplication or not

Setup

var multi = 100;
    var multiD2 = 50;
    var soustBy = 33;

Test runner

Ready to run.

Testing in
TestOps/sec
With Multi
var test = (multi / 2) - soustBy;
ready
With divde at root
var test = multiD2 - soustBy;
ready

Revisions

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

  • Revision 1: published by Dhumez Sébastien on