release generate

This commit is contained in:
2026-01-25 16:01:34 +03:00
parent 46c1ec02fd
commit dfe482c545
15 changed files with 369 additions and 2 deletions
@@ -0,0 +1,42 @@
{
"type": "finds_appropriate_handler",
"iterations": 1000,
"gc_disabled": true,
"benchmarks": [
{
"name": "benchmark_simple_command",
"description": "Simple command (no flags)",
"avg_time": 0.0354,
"median_time": 0.0345,
"std_dev": 0.0056
},
{
"name": "benchmark_command_with_flags",
"description": "Command with flags (3 flags)",
"avg_time": 0.0544,
"median_time": 0.0536,
"std_dev": 0.009
},
{
"name": "benchmark_many_commands",
"description": "Many commands (50 commands)",
"avg_time": 1.009,
"median_time": 1.0022,
"std_dev": 0.039
},
{
"name": "benchmark_command_with_many_flags",
"description": "Command with many flags (20 flags)",
"avg_time": 0.131,
"median_time": 0.1298,
"std_dev": 0.0054
},
{
"name": "benchmark_extreme_router",
"description": "Extreme (100 commands, 10 flags each)",
"avg_time": 3.1818,
"median_time": 3.1619,
"std_dev": 0.1673
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB