Files
windmill/benchmarks/suite_config.json
Lucas Abel 60186b8c9f more benchmark methods (#4695)
* feat(backend): add `rawscript` to `add_batch_jobs` API

* bonus: improve `add_batch_jobs` API performances for `flow` kind

* add `bigrawscript` and `bigscriptinflow` to `benchmark_oneoff.ts`

* add `bigrawscript` and `bigscriptinflow` to the bench suite
2024-11-13 15:53:01 +01:00

42 lines
485 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
},
{
"kind": "bigrawscript",
"jobs": 10000
},
{
"kind": "bigscriptinflow",
"jobs": 10000
}
]