Files
windmill/benchmarks/suite_config.json
HugoCasa b3ed6782f6 fix: benchmark action single push (#3480)
* 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
2024-03-28 01:18:42 +01:00

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
}
]