ramda-auto-curry-cost

Benchmark created on


Preparation HTML

<script src="https://rawgit.com/CrossEye/ramda/13c176720b72fd4610aa4fdc354396c0c43d2187/ramda.js"></script>
<script src="https://rawgit.com/lodash/lodash/30cddd09343b1eaf4e4f0905476636607822dde5/dist/lodash.js"></script>

Setup

var r = ramda.get('foo'),
      l = _.property('foo');
  
  var object = { 'foo': true };

Test runner

Ready to run.

Testing in
TestOps/sec
ramda.get
r(object);
ready
_.property
l(object);
ready

Revisions

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