BULL (v2)

Revision 2 of this benchmark created by George Delaportas on


Description

This performance test does an anonymous and asynchronous call from BULL and JQuery. It's clear that BULL is super fast... Download BULL from: https://sourceforge.net/projects/bull/

Preparation HTML

<script src="https://doknow.me/bull-min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Setup

var my_bull = new bull();

Test runner

Ready to run.

Testing in
TestOps/sec
BULL - Test
my_bull.request('/test.php', 'action=test', 1);
ready
JQuery - Test
$.post('/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