logoalt Hacker News

pastagelast Sunday at 5:03 PM1 replyview on HN

Now run the "Which programming language is fastest?" Benchmark on all of them.

https://benchmarksgame-team.pages.debian.net/benchmarksgame/...


Replies

ivankralast Sunday at 5:51 PM

You can use this docker image with all the pre-built binaries as a starting point: https://hub.docker.com/r/ivankra/javascript-zoo

Just keep benchmark code limited to standard ECMAScript, don't expect any browser or Node APIs besides console.log() or print().