I used hyperfine CLI tool to measure startup and shutdown times of several code interpreters

https://dev.to/serpent7776/measuring-startup-and-shutdown-overhead-of-several-code-interpreters-5hbl

A blog post shows an example usage of hyperfine CLI tool to measure and plot time of startup and shutdown of several code interpreters.

10 points · 2 comments · view on lemmy.world

2 Comments

notramo@lemmy.wtf · 0 pts · 2y (1 reply)

It would be interesting to see alternative JavaScript runtimes being added to the comparison. See Bun and Deno.

Serpent7776@programming.dev · 1 pts · 2y

I added bun and deno. Updated results are on the github page. Deno is similar to node, bun takes much less time.

https://github.com/serpent7776/startup-shutdown-bench