Skip to content

Commit aca373b

Browse files
authored
Add new benchmark config for nested workload (#16956)
Signed-off-by: Rishabh Singh <sngri@amazon.com>
1 parent e73ffdf commit aca373b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/benchmark-configs.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,21 @@
256256
"data_instance_config": "4vCPU, 32G Mem, 16G Heap"
257257
},
258258
"baseline_cluster_config": "x64-r5.xlarge-1-shard-0-replica-snapshot-baseline"
259+
},
260+
"id_16": {
261+
"description": "Benchmarking config for NESTED workload, benchmarks nested queries with inner-hits",
262+
"supported_major_versions": ["2", "3"],
263+
"cluster-benchmark-configs": {
264+
"SINGLE_NODE_CLUSTER": "true",
265+
"MIN_DISTRIBUTION": "true",
266+
"TEST_WORKLOAD": "nested",
267+
"WORKLOAD_PARAMS": "{\"number_of_replicas\":\"0\",\"number_of_shards\":\"1\"}",
268+
"CAPTURE_NODE_STAT": "true"
269+
},
270+
"cluster_configuration": {
271+
"size": "Single-Node",
272+
"data_instance_config": "4vCPU, 32G Mem, 16G Heap"
273+
},
274+
"baseline_cluster_config": "x64-r5.xlarge-single-node-1-shard-0-replica-baseline"
275+
}
259276
}
260-
}

0 commit comments

Comments
 (0)