Index: lnt/trunk/lnt/server/ui/templates/index.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/index.html +++ lnt/trunk/lnt/server/ui/templates/index.html @@ -6,7 +6,7 @@ {# Display available test result suites. #}

Test Suites

{% for name in request.get_db().testsuite %} - {{name}}
+ {{name}}
{% endfor %} {% endblock %} Index: lnt/trunk/lnt/server/ui/templates/reporting/runs.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/reporting/runs.html +++ lnt/trunk/lnt/server/ui/templates/reporting/runs.html @@ -27,13 +27,13 @@ {% endfor %} {% else %} - Δ {{ metric_field_suffix }} + Δ {{ metric_field_suffix }} {{ metric_name }} Current - σ {{ metric_field_suffix }} + σ {{ metric_field_suffix }} {% if secondary_info %} - Δ {{ secondary_field_suffix }} - σ {{ secondary_field_suffix }} + Δ {{ secondary_field_suffix }} + σ {{ secondary_field_suffix }} {% endif %} @@ -64,6 +64,7 @@ {% endif %} +

{% endif %} {% endmacro %} @@ -113,6 +114,7 @@ {% endfor %} +

{% if compare_to and run.machine != compare_to.machine %}

@@ -125,7 +127,7 @@

{% endif %} -
+

Tests Summary

@@ -173,7 +175,7 @@ 'Previous', '', ' (B)', run_to_baseline_info, styles, classes) }} {% endfor %} -

+

{% if baseline %}

Run-Over-Baseline Changes Detail

{% for _, field, bucket_name, sorted_bucket, test_names, show_perf in prioritized_buckets_run_over_baseline %} Index: lnt/trunk/lnt/server/ui/templates/rules.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/rules.html +++ lnt/trunk/lnt/server/ui/templates/rules.html @@ -15,7 +15,7 @@ - Index: lnt/trunk/lnt/server/ui/templates/submit_run.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/submit_run.html +++ lnt/trunk/lnt/server/ui/templates/submit_run.html @@ -8,17 +8,17 @@ {% endif %} -Input File (plist):
-
+Input File (plist):
+
-

Input Data (plist):
+

Input Data (plist):
-

Commit*:
+

Commit*:

+

Index: lnt/trunk/lnt/server/ui/templates/utils.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/utils.html +++ lnt/trunk/lnt/server/ui/templates/utils.html @@ -107,9 +107,9 @@ {% macro render_field(field) %} {% if field.errors %} -

+
{% else %} -
+
{% endif %}
@@ -118,7 +118,7 @@
-
{{ field(**kwargs)|safe }} +
{{ field(**kwargs)|safe }}
    {% for error in field.errors %} @@ -127,5 +127,4 @@
- -{% endmacro %} \ No newline at end of file +{% endmacro %} Index: lnt/trunk/lnt/server/ui/templates/v4_graph.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_graph.html +++ lnt/trunk/lnt/server/ui/templates/v4_graph.html @@ -159,53 +159,52 @@
+ {{ 'checked' if options.switch_min_mean else ""}}/> + {{ 'checked' if options.hide_lineplot else ""}}/> + {{ 'checked' if options.show_mad else ""}}/> + {{ 'checked' if options.show_stddev else ""}}/> + {{ 'checked' if options.show_linear_regression else ""}}/> + {{ 'checked' if options.show_failures else ""}}/> - + {{ 'checked' if options.hide_all_points else ""}}/> + {{ 'checked' if options.normalize_by_median else ""}}/> + {{ 'checked' if options.show_moving_average else ""}}/> + {{ 'checked' if options.show_moving_median else ""}}/> @@ -218,7 +217,7 @@ + {{ 'checked' if options.hide_highlight else ""}}/>
NameDescription + Description
Mean() as Aggregation
Hide Line Plot:
Show Median Absolute Deviation:
Show Standard Deviation:
Show Linear Regression:
Show Points For Failures:
Hide Sample Points:
Normalize By Median:
Show Moving Average
Show Moving Median
Moving Average/Median Window Size
Hide Revision Comparison Region Highlight
@@ -226,13 +225,13 @@ {# Add all the hidden fields. #} {% for name,value in request.args.items() %} {% if name.startswith('plot.') %} - + {% endif %} {% if name.startswith('baseline.') %} - + {% endif %} {% if name == 'mean' %} - + {% endif %} {% endfor %} @@ -250,7 +249,7 @@
-
+
Metric
@@ -263,7 +262,7 @@
- + Index: lnt/trunk/lnt/server/ui/templates/v4_machine.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_machine.html +++ lnt/trunk/lnt/server/ui/templates/v4_machine.html @@ -75,7 +75,7 @@

- +

Index: lnt/trunk/lnt/server/ui/templates/v4_matrix.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_matrix.html +++ lnt/trunk/lnt/server/ui/templates/v4_matrix.html @@ -69,7 +69,7 @@ {{name}} -
+
{{ order_to_date[order].isoformat() }} Index: lnt/trunk/lnt/server/ui/templates/v4_new_regressions.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_new_regressions.html +++ lnt/trunk/lnt/server/ui/templates/v4_new_regressions.html @@ -124,13 +124,13 @@ var tip_body = '
'; if ("test_name" in meta_data) { - tip_body += "Test: " + meta_data.test_name + "
"; + tip_body += "Test: " + meta_data.test_name + "
"; } if ("label" in meta_data) { - tip_body += "Revision: " + meta_data.label + "
"; + tip_body += "Revision: " + meta_data.label + "
"; } - tip_body += "Value: " + data[1].toFixed(4) + "
"; + tip_body += "Value: " + data[1].toFixed(4) + "
"; if ("date" in meta_data) { tip_body += "Date: " + meta_data.date; @@ -195,9 +195,9 @@
-
+
-
+
@@ -215,7 +215,7 @@ Test Good, Bad OldNew - %Δ + Δ Now Curernt Age Index: lnt/trunk/lnt/server/ui/templates/v4_order.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_order.html +++ lnt/trunk/lnt/server/ui/templates/v4_order.html @@ -19,17 +19,17 @@ {% else %} + ← Previous {% if order.next_order_id is not none %} + Next → -
+

Order Fields

@@ -78,41 +78,43 @@ {% endif %}
+
-
-
- - {% if form.name.data %} - Baseline - {{ form.name.data }} - {% else %} - Configure as a baseline +
+ +
+
+
+
+ {{ form.hidden_tag() }} + {{ utils.render_field(form.name) }} + {{ utils.render_field(form.description) }} + {% if form.name.data %} + {{ form.update }} + {{ form.demote }} + {% else %} + {{ form.promote }} {% endif %} - -
-
-
- -
- {{ form.hidden_tag() }} - {{ utils.render_field(form.name) }} - {{ utils.render_field(form.description) }} - {% if form.name.data %} - {{ form.update }} - {{ form.demote }} - {% else %} - {{ form.promote }} - {% endif %} -
- +
+ +
-
+
{# List all submissions which reported for this order. #}

Submissions

Num. Submissions: {{ts.query(ts.Run).filter_by(order_id = order.id).count()}} @@ -137,4 +139,5 @@ {% endfor %} +
{% endblock %} Index: lnt/trunk/lnt/server/ui/templates/v4_regression_detail.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_regression_detail.html +++ lnt/trunk/lnt/server/ui/templates/v4_regression_detail.html @@ -57,9 +57,9 @@
-
+
-
+
Metric
@@ -80,13 +80,13 @@ - Δ ID + Δ ID Machine Metric Test Good, Bad OldNew - %Δ + %Δ Now Current Age @@ -251,37 +251,37 @@ // Now print all these things. var SIDE_BAR = '#side-bar' - $(SIDE_BAR).append("

Summary


") + $(SIDE_BAR).append("

Summary


") $(SIDE_BAR).append("

Found

"); var change = " changes."; if (start_orders.length == 1) { change = " change." } - $(SIDE_BAR).append(start_orders.length + change + "
"); + $(SIDE_BAR).append(start_orders.length + change + "
"); $(SIDE_BAR).append($.format.prettyDate(new Date(min_time).toISOString())); - $(SIDE_BAR).append(".
"); + $(SIDE_BAR).append(".
"); $(SIDE_BAR).append(new Date(min_time).toLocaleString()); - $(SIDE_BAR).append(".
"); + $(SIDE_BAR).append(".
"); $(SIDE_BAR).append("

Orders

"); - $(SIDE_BAR).append("Union (" + (max_order - min_order) + " commits):
"); - $(SIDE_BAR).append("Min Order: " + min_order + "
"); - $(SIDE_BAR).append("Max Order: " + max_order + "

"); + $(SIDE_BAR).append("Union (" + (max_order - min_order) + " commits):
"); + $(SIDE_BAR).append("Min Order: " + min_order + "
"); + $(SIDE_BAR).append("Max Order: " + max_order + "

"); var intersection_size = min_order_end - max_order_start; if (intersection_size > 0) { - $(SIDE_BAR).append("Intersection ("+ intersection_size +"):
"); - $(SIDE_BAR).append("Min Order: " + max_order_start + "
"); - $(SIDE_BAR).append("Max Order: " + min_order_end + "

"); + $(SIDE_BAR).append("Intersection ("+ intersection_size +"):
"); + $(SIDE_BAR).append("Min Order: " + max_order_start + "
"); + $(SIDE_BAR).append("Max Order: " + min_order_end + "

"); } else { - $(SIDE_BAR).append("No intersection
"); + $(SIDE_BAR).append("No intersection
"); } - $(SIDE_BAR).append("
More data
"); - $(SIDE_BAR).append("All data
"); + $(SIDE_BAR).append("
More data
"); + $(SIDE_BAR).append("All data
"); } var dt = null; Index: lnt/trunk/lnt/server/ui/templates/v4_regression_list.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_regression_list.html +++ lnt/trunk/lnt/server/ui/templates/v4_regression_list.html @@ -65,13 +65,12 @@

Merge Regression

- - + + @@ -83,13 +82,12 @@

Delete Regression(s)

- - + + Index: lnt/trunk/lnt/server/ui/templates/v4_run.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_run.html +++ lnt/trunk/lnt/server/ui/templates/v4_run.html @@ -191,7 +191,7 @@ {% if '\n' in value %} {% for ln in value.split('\n') %} - {{ ln }}
+ {{ ln }}
{% endfor %} {% else %} @@ -209,67 +209,67 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -278,11 +278,11 @@ @@ -290,13 +290,13 @@
Show Delta
Show Previous Value:
Show Standard Deviation:
Show Median Absolute Deviation:
Show All Values:
Show All Samples:
Show Sample Counts:
Show Small Differences:
Number of Comparison Runs:
Show Report Graphs:
Show Data Table:
Hide Report By Default:
Test Filter (regexp):
Test Min. Value Filter:
Aggregation Function Mann-Whitney test confidence level:
{% if compare_to %} - + {% endif %} {% if baseline %} - + {% endif %} - +
@@ -338,13 +338,13 @@ - + {% if options.show_previous %}{% endif %} - {% if options.show_delta %}{% endif %} - {% if options.show_stddev %}{% endif %} + {% if options.show_delta %}{% endif %} + {% if options.show_stddev %}{% endif %} {% if options.show_mad %}{% endif %} {% if options.show_all_samples %}{% endif %} {% if options.show_sample_counts %}{% endif %} @@ -353,7 +353,7 @@ {% for test_name,test_id,cr in tests %} - + {% set cr = request_info.sri.get_geomean_comparison_result( run, compare_to, field, tests) %} - + {{ get_cell_value(cr) }} @@ -380,7 +380,10 @@ {% endif %} {% endfor %} -

+

+ + +

@@ -433,7 +436,4 @@ - - - {% endblock %} Index: lnt/trunk/lnt/server/ui/templates/v4_summary_report.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_summary_report.html +++ lnt/trunk/lnt/server/ui/templates/v4_summary_report.html @@ -115,7 +115,7 @@ function show_tooltip(x, y, item, pos) { var data = item.datapoint; var tip_body = '
'; - tip_body += "" + item.series.label + "
"; + tip_body += "" + item.series.label + "
"; tip_body += "" + g.tick_list[data[0]][1].toString() + ": "; tip_body += data[1].toFixed(2) + "%" + "
"; @@ -133,7 +133,7 @@ function show_pie_tooltip(x, y, item, pos) { var tip_body = '
'; - tip_body += "" + item.series.label + "
"; + tip_body += "" + item.series.label + "
"; tip_body += item.series.percent.toFixed(2) + "%" + "
"; $(tip_body).css( { Index: lnt/trunk/lnt/server/ui/templates/v4_summary_report_ui.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_summary_report_ui.html +++ lnt/trunk/lnt/server/ui/templates/v4_summary_report_ui.html @@ -41,8 +41,8 @@

Report Orders

-
-
+
+
NamePrevCurrent %ΔσΔσMADSamplesN
{{ test_name }} @@ -368,7 +368,7 @@
Geometric Mean