From feda87024f2b0061fb7654111b3f214964cba486 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 24 Mar 2024 18:18:51 +0100 Subject: [PATCH] nit improve benchmarks --- benchmarks/suite_config.json | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/benchmarks/suite_config.json b/benchmarks/suite_config.json index 074f29e801..a9b2b18f2e 100644 --- a/benchmarks/suite_config.json +++ b/benchmarks/suite_config.json @@ -3,7 +3,7 @@ { "graph_title": "noop throughput benchmark (single worker)", "kind": "noop", - "jobs": 30000 + "jobs": 90000 }, { "graph_title": "flow throughput benchmark (single worker)", @@ -13,7 +13,7 @@ { "graph_title": "dedicated throughput benchmark (single worker)", "kind": "dedicated", - "jobs": 30000 + "jobs": 90000 }, { "graph_title": "deno throughput benchmark (single worker)", @@ -33,37 +33,27 @@ { "graph_title": "go throughput benchmark (single worker)", "kind": "go", - "jobs": 500 + "jobs": 2000 }, { "graph_title": "bash throughput benchmark (single worker)", "kind": "bash", - "jobs": 500 + "jobs": 2000 }, { "graph_title": "nativets throughput benchmark (single worker)", "kind": "nativets", - "jobs": 500 + "jobs": 2000 } ], "extra_graphs": [ { "graph_title": "go vs python vs deno vs bun vs bash", - "kinds": [ - "go", - "python", - "deno", - "bun", - "bash" - ] + "kinds": ["go", "python", "deno", "bun", "bash"] }, { "graph_title": "bun vs dedicated vs noop", - "kinds": [ - "bun", - "dedicated", - "noop" - ] + "kinds": ["bun", "dedicated", "noop"] } ] -} \ No newline at end of file +}