Skip to content

Instantly share code, notes, and snippets.

View Lodin's full-sized avatar

Vlad Rindevich Lodin

View GitHub Profile
@Lodin
Lodin / index.html
Created December 14, 2018 17:14
Direct function call vs call() method (http://jsbench.github.io/#9b73dc1b27cfe9dde303d5d735fc4cc3) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Direct function call vs call() method</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>