Post vs pixel

Benchmark created on


Preparation HTML

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

Test runner

Ready to run.

Testing in
TestOps/sec
Post
// async test
$.post("http://www.ebates.com/global_files/layout2009/images/sprites/blank.gif", {"test": "test"}, "json");
ready
Pixel
// async test
var pixel = new Image();
pixel.src = "http://www.ebates.com/global_files/layout2009/images/sprites/blank.gif?test=test";
ready

Revisions

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