Rename Title

Benchmark created by Binyamin on


Description

jQuery $('title').html() vs no framework JS document.title

Preparation HTML

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

Test runner

Ready to run.

Testing in
TestOps/sec
jQuery
$('title').html('Test');
ready
JS
document.title = 'Test';
ready

Revisions

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

  • Revision 1: published by Binyamin on