18 lines
662 B
JSON
18 lines
662 B
JSON
{
|
|
"id": "performance_benchmark",
|
|
"name": "Performance Benchmark",
|
|
"version": "1.0.0",
|
|
"description": "Measures API performance: latency, throughput, memory usage, and scalability",
|
|
"author": "Test Suite",
|
|
"entry_point": "plugin.py",
|
|
"category": "test",
|
|
"tags": ["test", "performance", "benchmark", "metrics"],
|
|
"min_api_version": "2.2.0",
|
|
"permissions": ["widgets", "data", "events", "http", "tasks"],
|
|
"test_metadata": {
|
|
"test_type": "performance",
|
|
"apis_tested": ["PluginAPI", "WidgetAPI", "ExternalAPI"],
|
|
"metrics": ["latency", "throughput", "memory", "cpu"],
|
|
"automated": true
|
|
}
|
|
} |