window.scrollTo vs jquery.scrollTop

Benchmark created on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Setup

var $Win = $(window);

Test runner

Ready to run.

Testing in
TestOps/sec
window.scrollTo
window.scrollTo(0, 300);
ready
jquery.scrollTop()
$Win.scrollTop(300);
ready

Revisions

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