import { bench, run } from "mitata"; import { SHA512 } from "bun"; bench('SHA512.hash("hello world")', () => { SHA512.hash("hello world"); }); await run();
![]() |
index : bun | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |