Historical Load Testing Metrics Comparison
{% for virtual_users, table_data in virtual_user_tables.items() %}
Virtual Users: {{ virtual_users }}
Date of Execution |
Overall Error Percentage |
{% for row in table_data %}
{{ row.date }} |
{{ row.error_rate | round(2) }}% |
{% endfor %}
{% endfor %}
{% for label in labels %}
{{ response_time_plots[label] | safe }}
{{ error_rate_plots[label] | safe }}
{% endfor %}