test: refactor accuracy benchmark generation

This commit is contained in:
Johann Schopplich
2025-10-27 14:07:20 +01:00
parent 1a5e6199ac
commit 05b3d43023
11 changed files with 1708 additions and 1721 deletions

View File

@@ -46,7 +46,7 @@ const BENCHMARK_EXAMPLES = [
{
name: 'E-commerce Order',
emoji: '🛒',
description: 'Nested order with customer and items',
description: 'Single nested order with customer and items',
getData: generateOrder,
showDetailed: false,
},