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

[REFACTOR] use JSON instead of CSV for the selected test list #55

Closed danglotb closed 2 years ago

danglotb commented 2 years ago

We used to rely on diff-test-selection to select the tests that execute the diff.

However, since we rewrite this part, we do not rely on diff-test-selection anymore, nor on the CSV format.

To be consistent, we should replace CSV format with JSON.