davidson-consulting / diff-jjoules

diff-jjoules is a tool to run in your continuous integration to measure the impact of commits on the energy consumption of the program :seedling:
GNU General Public License v3.0
4 stars 5 forks source link

Implement CLI #12

Closed danglotb closed 2 years ago

danglotb commented 2 years ago

For now, we just have maven plugins to run diff-jjoules. For adoption, we need CLI and create wrapper around it.

danglotb commented 2 years ago

CLI has been implemented with #22