tinylibs / tinybench

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

feat: `throws` #51

Closed Aslemammad closed 11 months ago

Aslemammad commented 1 year ago

Resolves #47

github-actions[bot] commented 1 year ago

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
dist/index.js 2.5 KB (+2.37% 🔺) 50 ms (+2.37% 🔺) 91 ms (-43.9% 🔽) 141 ms
dist/index.cjs 2.75 KB (+2.07% 🔺) 55 ms (+2.07% 🔺) 92 ms (-12.22% 🔽) 147 ms
sirenkovladd commented 1 year ago

Could you fix the error in ./src/event.ts ?

Aslemammad commented 11 months ago

@sirenkovladd Hey, What do you mean?

sirenkovladd commented 11 months ago

https://github.com/tinylibs/tinybench/blob/8d7bbfd0e62445215d294c190be8899d96756db5/src/event.ts#L1 ->

import type { BenchEvents } from './types';
Aslemammad commented 11 months ago

@sirenkovladd thank you so much.