mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
481bcd53cb
* fix: benchmark worker tags * fix: increase nb of noop/ded jobs
64 lines
1.3 KiB
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
} |