Refactor: extract serializer benchmarks to separate files Moved AcBinary, MemoryPack, MessagePack, and SystemTextJson benchmark classes into dedicated files for clarity. Centralized options formatting and MemoryPack selection logic in a new BenchmarkOptions helper. Updated Program.cs to use these helpers and removed redundant inline implementations, improving code organization without changing benchmark logic. |
||
|---|---|---|
| .. | ||
| AcBinaryBenchmark.cs | ||
| BenchmarkOptions.cs | ||
| ISerializerBenchmark.cs | ||
| MemoryPackBenchmark.cs | ||
| MessagePackBenchmark.cs | ||
| SystemTextJsonBenchmark.cs | ||