BULL

Benchmark created by George Delaportas on


Preparation HTML

<script src="//pandoo.cc/tmp/bull.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Setup

var result = null;
    var bull_test = new bull();

Teardown


    alert(result);
  

Test runner

Ready to run.

Testing in
TestOps/sec
BULL - Test
result = bull_test.response('/tmp/test.php', 'action=test', 1);
 
ready
JQuery - Test
result = $.post('/tmp/test.php', {
  action: 'test'
});
 
ready

Revisions

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

  • Revision 1: published by George Delaportas on
  • Revision 2: published by George Delaportas on
  • Revision 3: published by Web Nerd on
  • Revision 4: published by George Delaportas on
  • Revision 5: published by Lord Dooku on
  • Revision 6: published on