{% extends 'base.html' %} {% load static from staticfiles %} {% block sidebar_active %} {% endblock sidebar_active %} {% block current_active %} {% endblock current_active %} {% block page_content %}

Benchmark Test Data Plotting

Please upload your csv file generated from this benchmark

{% csrf_token %}
Please give a proper name for your graph.
{% if uploaded_file_url %}

File uploaded at: {{ uploaded_file_url }}

{% endif %}

Benchmark Type: {{ user_benchmark_type }}

{% if user_benchmark_type == "Latency vs. Connection" or user_benchmark_type == "Latency vs. QPS" %}

{{ user_graph_name }} P99

{{ user_graph_name }} P90

{{ user_graph_name }} P50

{% elif user_benchmark_type == "CPU & Memory" %}

{{ user_graph_name }}

{{ user_graph_name }}

{% else %}

Graph Name: {{ user_graph_name }}

{% endif %}
{% endblock page_content %} {% block page_data %} {% if user_benchmark_type == "Latency vs. Connection" or user_benchmark_type == "Latency vs. QPS" %} {% elif user_benchmark_type == "CPU & Memory" %} {% endif %} {% endblock page_data %} {% block charts_js %} {% if user_benchmark_type == "Latency vs. Connection" %} {% elif user_benchmark_type == "Latency vs. QPS" %} {% elif user_benchmark_type == "CPU & Memory" %} {% endif %} {% endblock charts_js %}