justinlettau / light-speed

Simple benchmarks to prove the fastest way to accomplish a task in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI

Light Speed ⚡

Simple benchmarks to prove the fastest way to accomplish a task in JavaScript.

Features

  • 🚀 Pure JS, no compilers.
  • ⏱️ Uses performance API for maximum precision.
  • 📄 Outputs markdown reports, because everyone loves markdown.
  • 💻 Run tests on any computer.

Get Started

To run tests locally:

npm ci
npm test

Check the ./reports directory for report output.

About

Simple benchmarks to prove the fastest way to accomplish a task in JavaScript.

License:MIT License


Languages

Language:JavaScript 100.0%