sableland / sable

JavaScript runtime Deno was meant to be.
MIT License
34 stars 5 forks source link

feat: `Bueno.testing.{test,bench}` #25

Closed Im-Beast closed 1 year ago

Im-Beast commented 1 year ago

Adds basic testing/benchmarking functions to Bueno.testing.

Bueno.testing.test currently:

Currently implemented comparisons for Bueno.testing.test:

Bueno.testing.bench is very simple for now, it only prints how long it took on average to run the function.

Code is not well documented and not that clean yet. It also includes some simple fixes to console spotted along the way