From f7ce4d1c8bb38d4d6a4e2b97fbd3c95093799655 Mon Sep 17 00:00:00 2001 From: Lucas Abel <22837557+uael@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:56:41 +0100 Subject: [PATCH] benchmarks: reduce 'big' task job count (#4718) --- benchmarks/suite_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/suite_config.json b/benchmarks/suite_config.json index 7619d4d3b9..a2704a46fe 100644 --- a/benchmarks/suite_config.json +++ b/benchmarks/suite_config.json @@ -33,10 +33,10 @@ }, { "kind": "bigrawscript", - "jobs": 10000 + "jobs": 4000 }, { "kind": "bigscriptinflow", - "jobs": 10000 + "jobs": 4000 } ] \ No newline at end of file