MT Protected Methods

Benchmark created on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/mootools/1.3/mootools-yui-compressed.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
Class public
var MyClass = new Class({
  _protected: function() {
  }.protect()
});
ready
Class Protect
var MyClass = new Class({
  _protected: function() {
  }
});
ready

Revisions

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