GBD-Logo
Select Context {% for c in contexts %} {% endfor %}
Select and Download '{{ context }}' - Databases {% for dbname in databases %} {% endfor %} Download {{ selected }}

Query for Instances

{% if error is not none %} {{ error }} {% else %} Found {{ total }} Benchmark Instances {% endif %}
Quickstart
  • Query: Queries are of the form "featurename ( '<' | '>' | '=' ) value" and can be combined with logical operators "and" and "or". Example: track=main_2023
  • Download: The file {{ query_name }}.uri contains the download links for the selected instances. Download and use this file to fetch the actual instances. Example: wget --content-disposition -i {{ query_name }}.uri
{% 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 }}