Skip to content

Commit

Permalink
add generation and expansion rates for low-level
Browse files Browse the repository at this point in the history
  • Loading branch information
J-morag committed Oct 21, 2024
1 parent 7043080 commit 5d3ba8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/Environment/Metrics/InstanceReport.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ public static class StandardFields{
public final static String solution = "Solution";
public final static String skipped = "Skipped";
public final static String expansionRate = "Expansion Per Sec";
public final static String expansionRateLowLevel = "Expansion Per Sec (Low Level)";
public final static String generationRate = "Generation Per Sec";
public final static String generationRateLowLevel = "Generation Per Sec (Low Level)";
public static final String sumFreespaceCosts = "sumFreespaceCosts";
}

Expand Down

0 comments on commit 5d3ba8a

Please sign in to comment.