Files
windmill/benchmarks/suite_dedicated.json
HugoCasa f8fa220dc7 feat: differentiate benchmark graphs by nb of workers (#3463)
* feat: differentiate benchmark graphs by nb of workers

* fix: multiple workers action save changes

* fix: github action

* fix: workers and pull

* fix: typo

* fix: dedicated bench

* fix: dedicated

* fix: add back dep

* fix: push dedicated changes
2024-03-26 18:27:51 +01:00

24 lines
392 B
JSON

{
"benchmarks": [
{
"graph_title": "warmup",
"kind": "dedicated",
"jobs": 50000
},
{
"graph_title": "dedicated throughput benchmark",
"kind": "dedicated",
"jobs": 90000
}
],
"extra_graphs": [
{
"graph_title": "bun vs dedicated vs noop",
"kinds": [
"bun",
"dedicated",
"noop"
]
}
]
}