benchmarks: reduce 'big' task job count (#4718)

This commit is contained in:
Lucas Abel
2024-11-15 15:56:41 +01:00
committed by GitHub
parent 44f3dcc2b3
commit f7ce4d1c8b

View File

@@ -33,10 +33,10 @@
},
{
"kind": "bigrawscript",
"jobs": 10000
"jobs": 4000
},
{
"kind": "bigscriptinflow",
"jobs": 10000
"jobs": 4000
}
]