Skip to content

Instantly share code, notes, and snippets.

View kimkimani's full-sized avatar
:octocat:
good staffs

Kim Joseph kimkimani

:octocat:
good staffs
View GitHub Profile
@kimkimani
kimkimani / index.html
Last active October 14, 2020 15:28 — forked from Spyryto/index.html
For loop benchmark (http://jsbench.github.io/#65f67b605bed66e43546285db71104b4) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>For loop benchmark</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>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>For loop benchmark</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>
@kimkimani
kimkimani / README.md
Created December 29, 2020 11:51 — forked from Tynael/README.md
How to use npx to run gist based scripts