tinylibs / tinybench

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

hotfix: await the this.bench.setup call during warmup #37

Closed HlustikP closed 1 year ago

HlustikP commented 1 year ago

Adds await for the setup method during warmup.

Closes #36

Aslemammad commented 1 year ago

Thank you so much