diff --git a/benchmarks/suite_dedicated.json b/benchmarks/suite_dedicated.json new file mode 100644 index 0000000000..9504930672 --- /dev/null +++ b/benchmarks/suite_dedicated.json @@ -0,0 +1,15 @@ +{ + "benchmarks": [ + { + "graph_title": "warmup", + "kind": "dedicated", + "jobs": 50000 + }, + + { + "graph_title": "dedicated throughput benchmark (single worker)", + "kind": "dedicated", + "jobs": 90000 + } + ] +}