nested/workload.py [31:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def params(self):
        result = {
            "body": {
                "query": {
                    "match": {
                        "tag": "%s" % random.choice(self.tags)
                    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



nested/workload.py [60:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def params(self):
        result = {
            "body": {
                "query": {
                    "match": {
                        "tag": "%s" % random.choice(self.tags)
                    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



