science

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
each loop
$('.' + list).each(function() {
  if ($(this).hasClass('dropped')) {
    iddrg = $(this).data('dropid');
    $('#' + iddrg).position({
      my: "center",
      at: "center",
      of: '#' + this.id
    });
  }
});
ready
loop
// async test
$('.' + list).each(function() {
  if ($(this).hasClass('dropped')) {
    iddrg = $(this).data('dropid');
    $('#' + iddrg).position({
      my: "center",
      at: "center",
      of: '#' + this.id
    });
  }
});
ready

Revisions

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