mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-07-02 21:27:51 +00:00
Replace Pass bucket in the summary output with Unchanged, clarified description
This commit is contained in:
@@ -3211,7 +3211,7 @@ def main() -> int:
|
||||
|
||||
print("# Summary\n")
|
||||
print(f"- Total Matches: {stats.config_count}")
|
||||
print(f" - Pass (centers close and intervals overlap): {stats.pass_count}")
|
||||
print(f" - Unchanged (classified as SAME): {stats.pass_count}")
|
||||
print(f" - Improvement (clear timing gap, %Diff < 0): {stats.improvement_count}")
|
||||
print(f" - Regression (clear timing gap, %Diff > 0): {stats.regression_count}")
|
||||
print(f" - Ambiguous (comparison requires more evidence): {stats.undecided_count}")
|
||||
|
||||
Reference in New Issue
Block a user