LocalStorage Perf

Benchmark created on


Setup

window.localStorage.setItem('showHiddenClaimFields', 'true');
window.localVar = 'true';

function getLocalVar(){return window.localVar === 'true'}
function getLocalStorage(){return window.localStorage.getItem('showHiddenClaimFields') === 'true'}

Test runner

Ready to run.

Testing in
TestOps/sec
Get localVar
getLocalVar();
ready
Get localStorage
getLocalStorage();
ready

Revisions

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