test multiple Hide()

Benchmark created by test multiple Hide() on


Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div id='test1'>ssss</div>
<div id='test2'>tttt</div>

Test runner

Ready to run.

Testing in
TestOps/sec
test1
$('#test1').hide();
$('#test2').hide();
ready
test2
$('#test1, #test2').hide();
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.

  • Revision 1: published by test multiple Hide() on