Skip to content

Instantly share code, notes, and snippets.

@Fr0sT-Brutal
Fr0sT-Brutal / index.html
Last active October 10, 2023 10:37 — forked from Spyryto/index.html
For loop benchmark (http://jsbench.github.io/#6bdfcd2692ba80c16a68c88554281570) #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>