tinylibs / tinybench

🔎 A simple, tiny and lightweight benchmarking library!
MIT License
1.73k stars 36 forks source link

`runConcurrently` should run one "task" at a time #76

Closed t3dotgg closed 4 months ago

t3dotgg commented 5 months ago

I'm playing with the eknkc ssr bench and was hoping to concurrently run tasks per-framework, but rn it appears to run the handler concurrent instead of the tasks within a given handler

EDIT: length error was a skill issue on my part