Freeze built in prototype objects

Benchmark created on


Setup

Object.freeze(window.location);

Test runner

Ready to run.

Testing in
TestOps/sec
Frozen#1
window.location.href + ' some text'
ready
Frozen#2
window.location.href + ' some other text'
ready

Revisions

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