Skip to content

Instantly share code, notes, and snippets.

View cvializ's full-sized avatar
💭
🧙‍♂️

Carlos Vializ cvializ

💭
🧙‍♂️
View GitHub Profile
@cvializ
cvializ / index.html
Last active November 16, 2018 16:42 — forked from jridgewell/index.html
Iterating over collections of elements (https://jsbench.github.io/#f638cacc866a1b2d6e517e6cfa900d6b) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Iterating over collections of elements</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>