Noisy (v3)

Revision 3 of this benchmark created on


Description

https://github.com/DanielRapp/Noisy

Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="//github.com/flat20/Noisy/raw/master/noisy/jquery.noisy.js"></script>

<div style="width:100px;height:100px" id="one">&nbsp;</div>
<div style="width:800px;height:800px" id="eight">&nbsp;</div>

Test runner

Ready to run.

Testing in
TestOps/sec
100 on 100x100
$('#one').noisy({
 intensity: 1,
 size: 100,
 opacity: 0.2
}).css('background-color', '#A9A9A9');
ready
100 on 800x800
$('#eight').noisy({
 intensity: 1,
 size: 100,
 opacity: 0.2
}).css('background-color', '#A9A9A9');
ready
25 on 100x100
$('#one').noisy({
 intensity: 1,
 size: 25,
 opacity: 0.2
}).css('background-color', '#A9A9A9');
ready
100 on 100x100 mono
$('#one').noisy({
 intensity: 1,
 size: 100,
 opacity: 0.2,
 monochrome: true
}).css('background-color', '#A9A9A9');
ready
10 on 800x800
$('eight').noisy({
 intensity: 1,
 size: 10,
 opacity: 0.2
}).css('background-color', '#cd0');
ready

Revisions

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