Skip to content

Instantly share code, notes, and snippets.

View Electroid's full-sized avatar

Ashcon Partovi Electroid

  • San Francisco
  • 01:31 (UTC -07:00)
View GitHub Profile
@Electroid
Electroid / benchmark-1-isbot.mjs
Last active January 4, 2024 01:53
The RegExp challenge
// Benchmark #1 - `isbot` tests
//
// Relevant issues:
// - https://github.com/oven-sh/bun/issues/5197
// Relevant credit:
// - https://github.com/strager for writing this benchmark
// - https://www.npmjs.com/package/isbot for `isbot`
import { run, bench } from "mitata";
import { gunzipSync } from "node:zlib";