Files
windmill/benchmarks/suite_config.json
HugoCasa 481bcd53cb fix: benchmark worker tags (#2319)
* fix: benchmark worker tags

* fix: increase nb of noop/ded jobs
2023-09-21 15:05:39 -07:00

64 lines
1.3 KiB
JSON

{
"benchmarks": [
{
"graph_title": "noop throughput benchmark (single worker)",
"kind": "noop",
"jobs": 30000
},
{
"graph_title": "flow throughput benchmark (single worker)",
"kind": "2steps",
"jobs": 250
},
{
"graph_title": "dedicated throughput benchmark (single worker)",
"kind": "dedicated",
"jobs": 30000
},
{
"graph_title": "deno throughput benchmark (single worker)",
"kind": "deno",
"jobs": 500
},
{
"graph_title": "bun throughput benchmark (single worker)",
"kind": "bun",
"jobs": 500
},
{
"graph_title": "python throughput benchmark (single worker)",
"kind": "python",
"jobs": 500
},
{
"graph_title": "go throughput benchmark (single worker)",
"kind": "go",
"jobs": 500
},
{
"graph_title": "bash throughput benchmark (single worker)",
"kind": "bash",
"jobs": 500
}
],
"extra_graphs": [
{
"graph_title": "go vs python vs deno vs bun vs bash",
"kinds": [
"go",
"python",
"deno",
"bun",
"bash"
]
},
{
"graph_title": "bun vs dedicated vs noop",
"kinds": [
"bun",
"dedicated",
"noop"
]
}
]
}