Skip to content

ccusage / _consts / DEBUG_MATCH_THRESHOLD_PERCENT

Variable: DEBUG_MATCH_THRESHOLD_PERCENT

ts
const DEBUG_MATCH_THRESHOLD_PERCENT: 0.1 = 0.1;

Threshold percentage for considering costs as matching (0.1% tolerance) Used in debug cost validation to allow for minor calculation differences

Released under the MIT License.