adding even listeners

JavaScript performance comparison

Test case created by ThinkingStiff

Preparation code

<div id="event">hi</div>
<script>
Benchmark.prototype.setup = function() {
    function handleEvent()
    {
    };
};
</script>

Preparation code output

hi

Test runner

Warning! For accurate results, please disable Firebug before running the tests. (Why?)

Java applet disabled.

Testing in unknown unknown
Test Ops/sec
adding/removing
document.getElementById( 'event' ).addEventListener( 'click', handleEvent, false );
document.getElementById( 'event' ).removeEventListener( 'click', handleEvent, false );
pending…
nothing
//nothing
pending…

Compare results of other browsers

Revisions

You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:

0 comments

Add a comment