Tests:
  • Self Closing Tags

    AخA
     
    const template = document.createElement('template');
    template.innerHtml = '<tr><td class="col-md-1" /><td class="col-md-4"><a /></td><td class="col-md-1"><a><span class="glyphicon glyphicon-remove" aria-hidden="true" /></a></td><td class="col-md-6" /></tr>';
  • Closed Tags

     
    const template = document.createElement('template');
    template.innerHtml = '<tr><td class="col-md-1"></td><td class="col-md-4"><a></a></td><td class="col-md-1"><a><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></a></td><td class="col-md-6"></td></tr>';
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Self Closing Tags
    Closed Tags

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36
Chrome 102 on Linux
View result in a separate tab
Test name Executions per second
Self Closing Tags 1984544.6 Ops/sec
Closed Tags 1897406.0 Ops/sec