mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
c496602e9e
* feat: benchmarks graph * feat: benchmarks graph gh action * fix: gh action for testing * fix: gh action * Update benchmark.yml * Update benchmark.yml * Update benchmark.yml * feat: deployed scripts + more langs * fix: gh action regex * fix: increase time * fix: title + logs
34 lines
816 B
JSON
34 lines
816 B
JSON
{
|
|
"benchmarks": [
|
|
{
|
|
"name": "noop_benchmark",
|
|
"graph_title": "noop throughput benchmark (single worker)",
|
|
"type": "noop"
|
|
},
|
|
{
|
|
"name": "flow_benchmark",
|
|
"graph_title": "flow throughput benchmark (single worker)",
|
|
"type": "flow"
|
|
},
|
|
{
|
|
"name": "deno_benchmark",
|
|
"graph_title": "deno throughput benchmark (single worker)",
|
|
"type": "deno"
|
|
},
|
|
{
|
|
"name": "python_benchmark",
|
|
"graph_title": "python throughput benchmark (single worker)",
|
|
"type": "python"
|
|
},
|
|
{
|
|
"name": "go_benchmark",
|
|
"graph_title": "go throughput benchmark (single worker)",
|
|
"type": "go"
|
|
},
|
|
{
|
|
"name": "bash_benchmark",
|
|
"graph_title": "bash throughput benchmark (single worker)",
|
|
"type": "bash"
|
|
}
|
|
]
|
|
} |