Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Rename default operation to match-all operation in all workloads #160

Open
IanHoang opened this issue Jan 25, 2024 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers Low Priority

Comments

@IanHoang
Copy link
Collaborator

IanHoang commented Jan 25, 2024

Reword default operations to match-all to be more concise. For each workload, we will need to update the operation mentioned in test_procedures/default.json and operations/default.json

test_procedures/default.json

        {
          "operation": "default",
          "warmup-iterations": 50,
          "iterations": 100
          {%- if not target_throughput %}
          ,"target-throughput": 3
          {%- elif target_throughput is string and target_throughput.lower() == 'none' %}
          {%- else %}
          ,"target-throughput": {{ target_throughput | tojson }}
          {%- endif %}
          {%-if search_clients is defined and search_clients %}
          ,"clients": {{ search_clients | tojson}}
          {%- endif %}
        },

operations/default.json

    {
      "name": "default",
      "operation-type": "search",
      "body": {
        "query": {
          "match_all": {}
        }
      }
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Low Priority
Projects
None yet
Development

No branches or pull requests

1 participant