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
I often want to quickly benchmark a small snippet of code in Deno but I don't really want to deal with file management or the terminal. I'd like to suggest a few options for simplifying running a benchmark:
Allow Deno.bench to run in deno repl.
Add to VSCode an inline Run benchmark button, similar to the Run test button.
The text was updated successfully, but these errors were encountered:
I often want to quickly benchmark a small snippet of code in Deno but I don't really want to deal with file management or the terminal. I'd like to suggest a few options for simplifying running a benchmark:
Deno.bench
to run indeno repl
.Run benchmark
button, similar to theRun test
button.The text was updated successfully, but these errors were encountered: