webkitfilter (v2)

Revision 2 of this benchmark created on


Preparation HTML

<style type='text/css'>
#c2 {
-webkit-filter: blur(15px);
}
</style>
<canvas id='c1' width=800 height=600></canvas>
<canvas id='c2' width=800 height=600></canvas>

Setup

var ctx1 = document.getElementById('c1').getContext('2d');
    var ctx2 = document.getElementById('c2').getContext('2d');

Test runner

Ready to run.

Testing in
TestOps/sec
ctx1
ctx1.fillRect(50, 50, 106, 106);
ready
ctx2
ctx2.fillRect(50, 50, 106, 106);
ready

Revisions

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