Files
windmill/benchmarks/suite_wac.json
Ruben Fiszel 9e235937ce add WAC v2 benchmarks and improve benchmark infrastructure (#8550)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 08:53:46 +00:00

31 lines
371 B
JSON

[
{
"kind": "wac_seq_2",
"jobs": 250
},
{
"kind": "wac_par_2",
"jobs": 250
},
{
"kind": "wac_seq_3",
"jobs": 200
},
{
"kind": "wac_inline_2",
"jobs": 500
},
{
"kind": "flow_seq_2_bun",
"jobs": 250
},
{
"kind": "flow_par_2_bun",
"jobs": 250
},
{
"kind": "flow_seq_3_bun",
"jobs": 200
}
]