HTML Preparation code:
AخA
 
1
<!--your preparation HTML code goes here-->
Script Preparation code:
 
a = '111111';
a2 = '101010';
b = 63;
b2 = 42;
Tests:
  • parseInt with binary numbers

     
    c = parseInt(a, 2);
    c2 = parseInt(a2, 2);
    x = b * b2;
  • native numbers

     
    c = b;
    c2 = b2;
    x = b * b2;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    parseInt with binary numbers
    native numbers

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!