fix(benchmark): use reference-based drawing identity in NestValidator, fix duplicate-sheet-size crash, document Engines/ plugin contract

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
aj
2026-09-19 08:44:09 -04:00
co-authored by Claude Sonnet 5
parent e0e3b96bed
commit aa88eee484
5 changed files with 42 additions and 26 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ static class BenchmarkConsole
Console.Error.WriteLine($"Warning: could not parse sheet size '{token}', skipping");
}
return sizes;
return sizes.Distinct().ToList();
}
private static void PrintUsage()