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

[FEAT] make different runs according to the junit versions #48

Open danglotb opened 2 years ago

danglotb commented 2 years ago

In case the targeted project is using both versions of JUnit [3,4] and 5, DIff-JJoules (using test-runner) will have difficulties executing them.

Here, we can apply the same strategy as SpoonLabs/Flacoco