localStorage Performance

Benchmark created on


Setup

localStorage.setItem('another', 'thing');

Teardown



            localStorage.clear();
        
  

Test runner

Ready to run.

Testing in
TestOps/sec
setItem
localStorage.setItem('hi', 'world');
ready
getItem
localStorage.getItem('another');
ready

Revisions

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