@@ -85,37 +85,35 @@ Each test data folder typically contains the following files:
8585
8686---
8787
88- ### 📊 ` report-10 ` - ...
89-
90- - ** File** :
88+ ### 📊 ` report-10 ` - Multi-Benchmark Classes (Baseline)
89+ - ** Files** :
9190 - ` Demo.Benchmarks.ArrayProcessorBenchmarks-report-full.json `
9291 - ` Demo.Benchmarks.StringProcessorBenchmarks-report-full.json `
9392- ** Environment** : Windows 11 (10.0.26100.3323)
94- - ** Purpose** : ...
93+ - ** Purpose** : Multi-class benchmark with array and string processing operations
9594
9695| Method | Mean | Allocated |
9796| ----------------| -----------| -----------|
9897| GenerateArray | 17.952 μs | 21.547 KB |
9998| GenerateString | 1.457 ms | 33.313 MB |
10099
101- ** Best for** : ...
100+ ** Best for** : Testing multi-benchmark scenarios, complex project structures, baseline for report-11
102101
103102---
104103
105- ### 📊 ` report-11 ` - ...
106-
107- - ** File** :
104+ ### 📊 ` report-11 ` - Multi-Benchmark Classes (Comparison)
105+ - ** Files** :
108106 - ` Demo.Benchmarks.ArrayProcessorBenchmarks-report-full.json `
109107 - ` Demo.Benchmarks.StringProcessorBenchmarks-report-full.json `
110108- ** Environment** : Windows 11 (10.0.26100.3323)
111- - ** Purpose** : ...
109+ - ** Purpose** : Similar multi-class benchmark with slight performance variations
112110
113111| Method | Mean | Allocated |
114112| ----------------| -----------| -----------|
115113| GenerateArray | 17.946 μs | 21.563 KB |
116114| GenerateString | 1.45 ms | 36.606 MB |
117115
118- ** Best for** : ...
116+ ** Best for** : Testing complex comparisons, multi-file scenarios, memory allocation changes
119117
120118
121119
@@ -163,14 +161,14 @@ Each test data folder typically contains the following files:
163161
164162---
165163
166- ### 🔄 ` report-10 ` vs ` report-11 ` - ...
164+ ### 🔄 ` report-10 ` vs ` report-11 ` - Multi-Benchmark Minor Changes
167165- ** Baseline** : ` report-10 `
168166- ** Target** : ` report-11 `
169167
170168** Expected Results** :
171169- ** GenerateArray** :
172170 - Mean: ` -0.03% `
173- - Allocated: ` 0.08% `
171+ - Allocated: ` + 0.08%`
174172- ** GenerateString** :
175173 - Mean: ` -0.48% `
176- - Allocated: ` 9.89% `
174+ - Allocated: ` + 9.89%`
0 commit comments