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