json store test

Benchmark created on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/mootools/1.3/mootools-yui-compressed.js"></script>
 
<script>
  var cell = new Element('td');
  var json = {};
  json.a = "test";
  json.b = "test2";
  json.c = "test3";
  json.d = "test4";
  json.e = "test5";
  
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
store
cell.store('json', json);
ready
multiple store
cell.store('json1',json.a);
cell.store('json2',json.b);
ready

Revisions

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