HTML Preparation code:
AخA
 
1
<div id="test" style="background-color: red; color: blue; position: fixed; top: 0; left: 0;"></div>
Tests:
  • testa

     
    document.getElementById('test').style.backgroundColor = null;
  • testdwqdwq

     
    Object.assign(document.getElementById('test').style, {
    backgroundColor: null
    });
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    testa
    testdwqdwq

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2025 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36
Chrome 64 on Mac OS X 10.13.3
View result in a separate tab
Test name Executions per second
testa 882776.2 Ops/sec
testdwqdwq 463422.0 Ops/sec