diff --git a/driver-http/src/main/resources/activities/baselines/http-tabular.yaml b/driver-http/src/main/resources/activities/baselines/http-tabular.yaml index 1e3c08d30..a87da9382 100644 --- a/driver-http/src/main/resources/activities/baselines/http-tabular.yaml +++ b/driver-http/src/main/resources/activities/baselines/http-tabular.yaml @@ -98,13 +98,13 @@ blocks: params: ratio: 5 statements: - - main-select: GET /v2/keyspaces/<>/<>?where=E[[{"part":{"$eq":"{part_layout}"}},"page-size":{"$eq":"{limit}"}}]] - Accept: "application/json" - X-Cassandra-Request-Id: "{request_id}" - X-Cassandra-Token: "<>" - Content-Type: "application/json" - tags: - name: main-select + - main-select: GET http://<>:<>/v2/keyspaces/<>/<>/{part_read}&page-size={limit} + Accept: "application/json" + X-Cassandra-Request-Id: "{request_id}" + X-Cassandra-Token: "<>" + Content-Type: "application/json" + tags: + name: main-select - name: main-write tags: phase: main @@ -112,16 +112,16 @@ blocks: params: ratio: 5 statements: - - main-write: POST http://<>:<>/v2/keyspaces/<>/<> - Accept: "application/json" - X-Cassandra-Request-Id: "{request_id}" - X-Cassandra-Token: "<>" - Content-Type: "application/json" - body: | - { - "part": "{part_write}" - "clust": "{clust_write}", - "data": "{data_write}" - } - tags: - name: main-write + - main-write: POST http://<>:<>/v2/keyspaces/<>/<> + Accept: "application/json" + X-Cassandra-Request-Id: "{request_id}" + X-Cassandra-Token: "<>" + Content-Type: "application/json" + body: | + { + "part": "{part_write}", + "clust": "{clust_write}", + "data": "{data_write}" + } + tags: + name: main-write