#!/bin/bash

hyperfine "node index.js" "bun index.js" "deno --allow-net index.js" "python index.py" --warmup=100