{% extends "tasks/view.html" %} {% block specific %} {% if task.is_finished() %} Task-specific info Compare result: {% if task.ctx['compare_result'] %} no diff {% else %} there are differences {% endif %} {% if task.ctx['rps_diff'] %} RPS diff: {{ task.ctx['compare_result'] }} {% endif %} {% set task_resources=task.list_resources() %} {% for resource in task_resources %} {% if resource.type.name == 'BASESEARCH_PERFORMANCE_COMPARE_RESULT' %} http {{resource.remote_http()}} {% endif %} {% endfor %} {% endif %} {% endblock %}