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:

No previous run results

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