AngularJS Click performance (v3)

Revision 3 of this benchmark created by angularClick on


Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.20/angular.min.js"></script>

Setup

(function wrapper() {
    angular.module('test', []);
    })();

Test runner

Ready to run.

Testing in
TestOps/sec
ngclick
(function wrapper(){
angular
    .module('test')
}]);
})();
ready
elementOn
(function wrapper(){


angular
    .module('test')
})();
ready

Revisions

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

  • Revision 1: published by Ivan Pacheco on
  • Revision 2: published by angularClick on
  • Revision 3: published by angularClick on
  • Revision 4: published by angularClick on