mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
b3ed6782f6
* fix: benchmarks action only push once * fix: benchmark artifacts * fix: include past data * fix: don't save dedicated warmup * fix: fetch existing data directly from gh
34 lines
372 B
JSON
34 lines
372 B
JSON
[
|
|
{
|
|
"kind": "noop",
|
|
"jobs": 90000
|
|
},
|
|
{
|
|
"kind": "2steps",
|
|
"jobs": 250
|
|
},
|
|
{
|
|
"kind": "deno",
|
|
"jobs": 500
|
|
},
|
|
{
|
|
"kind": "bun",
|
|
"jobs": 500
|
|
},
|
|
{
|
|
"kind": "python",
|
|
"jobs": 500
|
|
},
|
|
{
|
|
"kind": "go",
|
|
"jobs": 2000
|
|
},
|
|
{
|
|
"kind": "bash",
|
|
"jobs": 2000
|
|
},
|
|
{
|
|
"kind": "nativets",
|
|
"jobs": 2000
|
|
}
|
|
] |