mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
release generate
This commit is contained in:
+42
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
Reference in New Issue
Block a user