Lodash isFunction

Benchmark created on


Preparation HTML

<script src="
https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js
"></script>

Setup

const func = () => {};

Test runner

Ready to run.

Testing in
TestOps/sec
Lodash
_.isFunction(func)
ready
native
typeof func === "function";
ready

Revisions

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