benchs
@@ -6,37 +6,37 @@
|
||||
{
|
||||
"name": "benchmark_simple_command",
|
||||
"description": "Simple command (no flags)",
|
||||
"avg_time": 0.0354,
|
||||
"median_time": 0.0345,
|
||||
"std_dev": 0.0056
|
||||
"avg_time": 0.036,
|
||||
"median_time": 0.0354,
|
||||
"std_dev": 0.0087
|
||||
},
|
||||
{
|
||||
"name": "benchmark_command_with_flags",
|
||||
"description": "Command with flags (3 flags)",
|
||||
"avg_time": 0.0544,
|
||||
"median_time": 0.0536,
|
||||
"std_dev": 0.009
|
||||
"avg_time": 0.0557,
|
||||
"median_time": 0.0545,
|
||||
"std_dev": 0.0171
|
||||
},
|
||||
{
|
||||
"name": "benchmark_many_commands",
|
||||
"description": "Many commands (50 commands)",
|
||||
"avg_time": 1.009,
|
||||
"median_time": 1.0022,
|
||||
"std_dev": 0.039
|
||||
"avg_time": 1.0453,
|
||||
"median_time": 1.0388,
|
||||
"std_dev": 0.0322
|
||||
},
|
||||
{
|
||||
"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
|
||||
"avg_time": 0.1322,
|
||||
"median_time": 0.131,
|
||||
"std_dev": 0.0045
|
||||
},
|
||||
{
|
||||
"name": "benchmark_extreme_router",
|
||||
"description": "Extreme (100 commands, 10 flags each)",
|
||||
"avg_time": 3.1818,
|
||||
"median_time": 3.1619,
|
||||
"std_dev": 0.1673
|
||||
"avg_time": 3.2471,
|
||||
"median_time": 3.235,
|
||||
"std_dev": 0.0814
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 156 KiB |
@@ -6,9 +6,9 @@
|
||||
{
|
||||
"name": "benchmark_validate_all_single_flag",
|
||||
"description": "Single flag with PossibleValues.ALL",
|
||||
"avg_time": 0.0009,
|
||||
"median_time": 0.0009,
|
||||
"std_dev": 0.0003
|
||||
"avg_time": 0.0008,
|
||||
"median_time": 0.0008,
|
||||
"std_dev": 0.0002
|
||||
},
|
||||
{
|
||||
"name": "benchmark_validate_neither_single_flag",
|
||||
@@ -21,50 +21,50 @@
|
||||
"name": "benchmark_validate_list_small",
|
||||
"description": "List validation (5 possible values)",
|
||||
"avg_time": 0.001,
|
||||
"median_time": 0.001,
|
||||
"std_dev": 0.0003
|
||||
"median_time": 0.0009,
|
||||
"std_dev": 0.0007
|
||||
},
|
||||
{
|
||||
"name": "benchmark_validate_list_large",
|
||||
"description": "List validation (50 possible values)",
|
||||
"avg_time": 0.0079,
|
||||
"median_time": 0.0078,
|
||||
"std_dev": 0.0007
|
||||
"std_dev": 0.0021
|
||||
},
|
||||
{
|
||||
"name": "benchmark_validate_regex_simple",
|
||||
"description": "Regex validation (simple pattern)",
|
||||
"avg_time": 0.0019,
|
||||
"avg_time": 0.0017,
|
||||
"median_time": 0.0016,
|
||||
"std_dev": 0.0073
|
||||
"std_dev": 0.0028
|
||||
},
|
||||
{
|
||||
"name": "benchmark_validate_regex_complex",
|
||||
"description": "Regex validation (complex pattern)",
|
||||
"avg_time": 0.0018,
|
||||
"median_time": 0.0017,
|
||||
"median_time": 0.0016,
|
||||
"std_dev": 0.0051
|
||||
},
|
||||
{
|
||||
"name": "benchmark_validate_multiple_flags_10",
|
||||
"description": "Multiple flags validation (10 flags)",
|
||||
"avg_time": 0.0147,
|
||||
"median_time": 0.0146,
|
||||
"avg_time": 0.0145,
|
||||
"median_time": 0.0144,
|
||||
"std_dev": 0.0013
|
||||
},
|
||||
{
|
||||
"name": "benchmark_validate_multiple_flags_50",
|
||||
"description": "Multiple flags validation (50 flags)",
|
||||
"avg_time": 0.0669,
|
||||
"median_time": 0.0661,
|
||||
"std_dev": 0.0025
|
||||
"avg_time": 0.0661,
|
||||
"median_time": 0.0658,
|
||||
"std_dev": 0.0024
|
||||
},
|
||||
{
|
||||
"name": "benchmark_validate_extreme_100_flags",
|
||||
"description": "Extreme (100 flags with regex validation)",
|
||||
"avg_time": 0.1626,
|
||||
"median_time": 0.1609,
|
||||
"std_dev": 0.007
|
||||
"avg_time": 0.1599,
|
||||
"median_time": 0.1589,
|
||||
"std_dev": 0.0065
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
@@ -6,51 +6,51 @@
|
||||
{
|
||||
"name": "benchmark_parse_simple_command",
|
||||
"description": "Simple command (no flags)",
|
||||
"avg_time": 0.0099,
|
||||
"median_time": 0.0098,
|
||||
"std_dev": 0.0014
|
||||
"avg_time": 0.0096,
|
||||
"median_time": 0.0095,
|
||||
"std_dev": 0.0012
|
||||
},
|
||||
{
|
||||
"name": "benchmark_command_with_few_flags",
|
||||
"description": "Command with few flags (3 flags)",
|
||||
"avg_time": 0.0214,
|
||||
"median_time": 0.0211,
|
||||
"std_dev": 0.003
|
||||
"avg_time": 0.0216,
|
||||
"median_time": 0.0213,
|
||||
"std_dev": 0.0021
|
||||
},
|
||||
{
|
||||
"name": "benchmark_command_with_flags_and_values",
|
||||
"description": "Command with flags and values (5 flags)",
|
||||
"avg_time": 0.0598,
|
||||
"median_time": 0.0591,
|
||||
"std_dev": 0.0041
|
||||
"avg_time": 0.06,
|
||||
"median_time": 0.0595,
|
||||
"std_dev": 0.0025
|
||||
},
|
||||
{
|
||||
"name": "benchmark_command_with_mixed_prefixes",
|
||||
"description": "Command with mixed prefixes (-, --, ---)",
|
||||
"avg_time": 0.0545,
|
||||
"median_time": 0.0541,
|
||||
"std_dev": 0.0024
|
||||
"avg_time": 0.0542,
|
||||
"median_time": 0.0538,
|
||||
"std_dev": 0.0028
|
||||
},
|
||||
{
|
||||
"name": "benchmark_command_with_long_values",
|
||||
"description": "Command with long values (10 flags)",
|
||||
"avg_time": 0.2114,
|
||||
"median_time": 0.2103,
|
||||
"std_dev": 0.0068
|
||||
"avg_time": 0.2092,
|
||||
"median_time": 0.2082,
|
||||
"std_dev": 0.0067
|
||||
},
|
||||
{
|
||||
"name": "benchmark_command_with_quoted_values",
|
||||
"description": "Command with quoted values (5 flags)",
|
||||
"avg_time": 0.0489,
|
||||
"median_time": 0.0488,
|
||||
"std_dev": 0.0019
|
||||
"avg_time": 0.0481,
|
||||
"median_time": 0.0477,
|
||||
"std_dev": 0.0023
|
||||
},
|
||||
{
|
||||
"name": "benchmark_extreme_many_flags",
|
||||
"description": "Extreme (50 flags with values)",
|
||||
"avg_time": 0.8057,
|
||||
"median_time": 0.7997,
|
||||
"std_dev": 0.024
|
||||
"avg_time": 0.7907,
|
||||
"median_time": 0.7884,
|
||||
"std_dev": 0.0417
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
@@ -6,37 +6,37 @@
|
||||
{
|
||||
"name": "benchmark_few_commands",
|
||||
"description": "Few commands (10 commands, no match)",
|
||||
"avg_time": 0.207,
|
||||
"median_time": 0.2051,
|
||||
"std_dev": 0.01
|
||||
"avg_time": 0.251,
|
||||
"median_time": 0.2488,
|
||||
"std_dev": 0.012
|
||||
},
|
||||
{
|
||||
"name": "benchmark_many_commands_most_similar",
|
||||
"description": "Many commands (50 commands, no match)",
|
||||
"avg_time": 1.0116,
|
||||
"median_time": 1.0074,
|
||||
"std_dev": 0.0306
|
||||
"avg_time": 1.1933,
|
||||
"median_time": 1.1878,
|
||||
"std_dev": 0.0305
|
||||
},
|
||||
{
|
||||
"name": "benchmark_many_aliases",
|
||||
"description": "Many aliases (20 commands, 10 aliases each)",
|
||||
"avg_time": 0.6857,
|
||||
"median_time": 0.6672,
|
||||
"std_dev": 0.0811
|
||||
"avg_time": 1.2151,
|
||||
"median_time": 1.2124,
|
||||
"std_dev": 0.0282
|
||||
},
|
||||
{
|
||||
"name": "benchmark_partial_match",
|
||||
"description": "Partial match (50 commands, prefix match)",
|
||||
"avg_time": 1.0218,
|
||||
"median_time": 1.0192,
|
||||
"std_dev": 0.0232
|
||||
"avg_time": 1.6781,
|
||||
"median_time": 1.6689,
|
||||
"std_dev": 0.0573
|
||||
},
|
||||
{
|
||||
"name": "benchmark_extreme_commands",
|
||||
"description": "Extreme (100 commands, 20 aliases each)",
|
||||
"avg_time": 6.4118,
|
||||
"median_time": 6.4225,
|
||||
"std_dev": 0.2008
|
||||
"avg_time": 10.5539,
|
||||
"median_time": 10.5288,
|
||||
"std_dev": 0.1603
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 168 KiB |
@@ -6,37 +6,37 @@
|
||||
{
|
||||
"name": "benchmark_no_aliases",
|
||||
"description": "With no aliases",
|
||||
"avg_time": 8.9994,
|
||||
"median_time": 8.9559,
|
||||
"std_dev": 0.242
|
||||
"avg_time": 7.4799,
|
||||
"median_time": 7.4576,
|
||||
"std_dev": 0.1645
|
||||
},
|
||||
{
|
||||
"name": "benchmark_few_aliases",
|
||||
"description": "With few aliases (6 total)",
|
||||
"avg_time": 8.957,
|
||||
"median_time": 8.936,
|
||||
"std_dev": 0.2296
|
||||
"avg_time": 7.4135,
|
||||
"median_time": 7.4061,
|
||||
"std_dev": 0.1709
|
||||
},
|
||||
{
|
||||
"name": "benchmark_with_many_aliases",
|
||||
"description": "With many aliases (15 total)",
|
||||
"avg_time": 8.9953,
|
||||
"median_time": 8.9721,
|
||||
"std_dev": 0.2243
|
||||
"avg_time": 7.4018,
|
||||
"median_time": 7.3943,
|
||||
"std_dev": 0.1589
|
||||
},
|
||||
{
|
||||
"name": "benchmark_very_many_aliases",
|
||||
"description": "With very many aliases (60 total)",
|
||||
"avg_time": 9.0155,
|
||||
"median_time": 8.9992,
|
||||
"std_dev": 0.2433
|
||||
"avg_time": 7.476,
|
||||
"median_time": 7.4575,
|
||||
"std_dev": 0.2156
|
||||
},
|
||||
{
|
||||
"name": "benchmark_extreme_aliases",
|
||||
"description": "With extreme aliases (300 total)",
|
||||
"avg_time": 9.2977,
|
||||
"median_time": 9.255,
|
||||
"std_dev": 0.3884
|
||||
"avg_time": 7.7167,
|
||||
"median_time": 7.706,
|
||||
"std_dev": 0.2052
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 130 KiB |
@@ -6,37 +6,37 @@
|
||||
{
|
||||
"name": "benchmark_few_routers",
|
||||
"description": "With few routers (3 routers, 1 command each)",
|
||||
"avg_time": 0.0912,
|
||||
"median_time": 0.0901,
|
||||
"std_dev": 0.0051
|
||||
"avg_time": 0.0959,
|
||||
"median_time": 0.0944,
|
||||
"std_dev": 0.0097
|
||||
},
|
||||
{
|
||||
"name": "benchmark_many_routers",
|
||||
"description": "With many routers (10 routers, 1 command each)",
|
||||
"avg_time": 0.2433,
|
||||
"median_time": 0.2382,
|
||||
"std_dev": 0.0292
|
||||
"avg_time": 0.2488,
|
||||
"median_time": 0.2467,
|
||||
"std_dev": 0.0081
|
||||
},
|
||||
{
|
||||
"name": "benchmark_many_commands_per_router",
|
||||
"description": "With many commands per router (3 routers, 10 commands each)",
|
||||
"avg_time": 0.6157,
|
||||
"median_time": 0.6132,
|
||||
"std_dev": 0.0199
|
||||
"avg_time": 0.6474,
|
||||
"median_time": 0.6401,
|
||||
"std_dev": 0.0304
|
||||
},
|
||||
{
|
||||
"name": "benchmark_many_aliases_per_command",
|
||||
"description": "With many aliases (3 routers, 5 commands, 10 aliases each)",
|
||||
"avg_time": 0.516,
|
||||
"median_time": 0.5082,
|
||||
"std_dev": 0.0403
|
||||
"avg_time": 0.5261,
|
||||
"median_time": 0.5156,
|
||||
"std_dev": 0.0475
|
||||
},
|
||||
{
|
||||
"name": "benchmark_extreme_routers",
|
||||
"description": "Extreme (20 routers, 10 commands, 20 aliases each)",
|
||||
"avg_time": 10.8103,
|
||||
"median_time": 10.7871,
|
||||
"std_dev": 0.2788
|
||||
"avg_time": 9.9128,
|
||||
"median_time": 9.9518,
|
||||
"std_dev": 0.2373
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 179 KiB |