clux / magic-forest

CPU bound benchmarking of languages using the magic forest problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockerize this repo in an image with all dependencies needed to run the benchmarks.

thegreyfellow opened this issue · comments

Hi, love it! I like the idea and love how this shows the performance gaps between languages without any optimization.

I would love to run the benchmarks but I don't want to install all these languages in my personal machine, a suggestion is to make a docker image with all dependencies needed where we can just run the container and then start the benchmarks.

Thank you for this 😸

Hey, thanks lot. Glad you found it interesting.

There is a Dockerfile in the repo that should work, at least it did a while ago. But you'll have to build it yourself as it's based on Arch and ended up too large and annoying to push. Use the 3 lines from travis.yml and you should be able to run the tests in docker :-)

docker build -t clux/magic-forest . in this repo still works from travis. 6 minute docker build. Closing :-)