Commit bbde416
committed
fix windows
sonarqubecloud error corrected
Refactor JSONAdapter parse method to use parseImpl
Refactor JSONAdapter parse methods to remove adapter parameter
Add parseImpl method to json_adapter.h
Refactor JSON field handling in regression tests
Refactor JSON field processing by introducing a reusable for_each_json_field function. This change simplifies the code in multiple update functions by eliminating redundant logic.
Refactor parsing functions for improved validation
Cleanup: Remove unused parsing functions
Removed unused functions related to parsing and scenario building in json_benchmark.cc.
Improve benchmark output and add bilingual benchmark docs
Apply minimal Sonar-focused fixes in benchmark parser/script
Measure benchmark timer only around transaction loop1 parent c13f7d1 commit bbde416
File tree
16 files changed
+948
-291
lines changed- build/win32
- docs
- src
- request_body_processor
- utils
- test
- benchmark
- regression
- unit
16 files changed
+948
-291
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
256 | 260 | | |
257 | 261 | | |
258 | 262 | | |
| |||
325 | 329 | | |
326 | 330 | | |
327 | 331 | | |
328 | | - | |
| 332 | + | |
329 | 333 | | |
330 | 334 | | |
331 | 335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
195 | 200 | | |
196 | 201 | | |
197 | 202 | | |
198 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
199 | 211 | | |
200 | 212 | | |
201 | 213 | | |
| |||
214 | 226 | | |
215 | 227 | | |
216 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
217 | 235 | | |
218 | 236 | | |
219 | 237 | | |
| |||
233 | 251 | | |
234 | 252 | | |
235 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
236 | 260 | | |
237 | 261 | | |
238 | 262 | | |
239 | | - | |
| 263 | + | |
240 | 264 | | |
241 | | - | |
| 265 | + | |
242 | 266 | | |
243 | 267 | | |
244 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
245 | 273 | | |
246 | 274 | | |
247 | 275 | | |
| |||
253 | 281 | | |
254 | 282 | | |
255 | 283 | | |
256 | | - | |
257 | 284 | | |
258 | 285 | | |
259 | 286 | | |
| |||
0 commit comments