BULL vs JQeury vs SeXHR (v3)

Revision 3 of this benchmark created by Web Nerd on


Description

This performance tests BULL, JQuery, SeXHR

Preparation HTML

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

Setup

var my_bull = new bull();
    var xhr = new sexhr;

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
SeXHR - Test
xhr.req({
  url: '/test.php',
  method: "post",
  body: 'action=test',
  success: function(res) {
    
  },
  error: function(err) {
    
  }
});
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