GBD-Logo
Select Context {% for c in contexts %} {% endfor %}
Select '{{ context }}' Database {% for dbname in databases %} {% endfor %}

Query for Instances

{% if error is not none %} {{ error }} {% else %} Found {{ total }} Benchmark Instances {% endif %}
Quickstart
  • Query for Instances:
    Constraints are of the form "featurename operator value" and can be combined with "and" and "or".
    Query Example: track=main_2023
  • Download Instances:
    The file {{ query_name }}.uri contains the download links for the selected instances.
    Usage Example: wget --content-disposition -i {{ query_name }}.uri
  • Download Selected Database:
    Download {{ selected }}
{% for feature in features %} {% endfor %} {% for row in result %} {% for item in row %} {% if loop.index == 1 %} {% elif item is link_field %} {% elif item is int_field %} {% elif item is num_field %} {% else %} {% endif %} {% endfor %} {% endfor %}
hash{{ feature }}
{{ item }}{{ item }}{{ item }}{{ '%0.2f'| format(item|float) }}{{ item }}