suite.add("menrva", function (x) {
  var tx = menrva.transaction();
  menrvaSource.set(tx, Math.random());
  tx.commit();
});