HTML Preparation code:
Script Preparation code:
Tests:
  • $("<option/>", {text: "potato", value: "potato").appendTo($foods);

  • $foods.append($("<options/>", {text: "potato", value: "potato"});

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    $("<option/>", {text: "potato", value: "potato").appendTo($foods);
    $foods.append($("<options/>", {text: "potato", value: "potato"});

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0
Firefox 86 on Windows
View result in a separate tab
Test name Executions per second
$("<option/>", {text: "potato", value: "potato").appendTo($foods); 14410.2 Ops/sec
$foods.append($("<options/>", {text: "potato", value: "potato"}); 16596.2 Ops/sec


;