Following deno_core code execution is slower
So I have the following code, which is taken from https://github.com/denoland/deno/tree/main/core/examples and edited for simple benchmarking:
Which outputs the following:
the second run seems to be significantly slower than the first. Is this a performance bug? Or am I using the runtime incorrectly?
GitHub
deno/core/examples at main · denoland/deno
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
0 Replies