LocalStorage

Benchmark created on


Preparation HTML

<script>
  localStorage.setItem("test", "test");
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
1
localStorage.getItem("test");
ready
2
localStorage.getItem("test");
localStorage.getItem("test");
ready

Revisions

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