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: Marking Strategy #65

Closed danglotb closed 2 years ago

danglotb commented 2 years ago

We distinguish two steps for the marking strategy:

  1. Consideration of test methods:

This step aims at filtering the test methods to be considered by the marking strategy. The considered filter are:

  1. The decision:

This step aims at deciding whether to arise an energy regression or not. The considered strategies are:

danglotb commented 2 years ago

Closed with #66 and #67