You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be fun to play around with mini benchmarks in the playground and share them.
Make something even simpler to use than benchmark-repeat: benchmarking (repeat: 10, print: #t) do-stuff() end which will either return the overall timing and allocation info or print it to the console, depending on the value of the print: argument. (benchmark-repeat returns a sequence of iteration values.)
The text was updated successfully, but these errors were encountered:
Could be fun to play around with mini benchmarks in the playground and share them.
Make something even simpler to use than
benchmark-repeat
:benchmarking (repeat: 10, print: #t) do-stuff() end
which will either return the overall timing and allocation info or print it to the console, depending on the value of theprint:
argument. (benchmark-repeat
returns a sequence of iteration values.)The text was updated successfully, but these errors were encountered: