greensoftwarelab / Energy-Languages

The complete set of tools for energy consumption analysis of programming languages, using Computer Language Benchmark Game
MIT License
688 stars 111 forks source link

Update Javascript engine. #25

Closed Alevale closed 2 years ago

Alevale commented 2 years ago

The engine that is used for the project is dated on 2017, which means that since then there could be quite some optimisations that could yield very different results.

States commented 2 years ago

Hey,

That would apply to all the engines used. Since then, most (if not all) have had relevant updates. The system is setup to easily change the target compilers/interpreters/VMs in the makefiles. Feel free to do so and retest what you need :)