Skip to content
Snippets Groups Projects
Commit 9f01f21a authored by Christoph Alt's avatar Christoph Alt
Browse files

reformatting and added annotations to fe2ti dashboard

parent e6243762
Branches
No related merge requests found
Pipeline #55993 passed with stages
in 56 seconds
from dashboards.dashboard_base import (DashboardOptions, build_dashboard,
build_row_repeat_dashboard,
get_commit_annotation,
get_dashboard_list,
get_dashboard_variable_query,
get_grid_pos, get_stat_panel,
pack_in_row,
TimeSeries,
get_influx_target,
......@@ -12,10 +9,10 @@ from dashboards.dashboard_base import (DashboardOptions, build_dashboard,
get_line_style_regex_override,
get_text_panel)
from dashboards.influx_queries import (Query, get_variable_condition,
join_conditions, join_variable_and,
from dashboards.influx_queries import (Query,
join_variable_and,
show_tag_values)
from dashboards.legends import Units, AxisLabel
from dashboards.legends import Units
description_markdown = r"""
......@@ -30,7 +27,7 @@ description_markdown = r"""
- fe2ti216: Domain size 2x2x2 solving all microproblems
- fe2ti1728: Domain size 8x8x1 solving only 216 micro problems
- List of generated plots can be found [https://www10.cs.fau.de/plots](https://www10.cs.fau.de/plots/)
- All "raw" output files are uploaded to the [Kadi4Mat](https://kadi4mat.iam-cms.kit.edu/collections?tag=pipeline&user=700)
- All "raw" output files are uploaded to the [Kadi4Mat](https://kadi4mat.iam-cms.kit.edu/collections/1625)
- Information about the different Hosts on the NHR@FAU [Testcluster](https://hpc.fau.de/systems-services/documentation-instructions/clusters/test-cluster/)
"""
......@@ -97,7 +94,7 @@ def dashboard_fe2ti():
for field in fields
]
options = DashboardOptions(
title=f"FE2ti Benchmarks",
title="FE2ti Benchmarks",
description="Benchmarks for fe2ti",
tags=['benchmark', 'fe2ti'],
timezone="browser",
......@@ -130,4 +127,7 @@ def dashboard_fe2ti():
repeat=Repeat('v', row_repeat_var.name),
)
return build_dashboard(options, rows=[description_panel, row], templating=[row_repeat_var, *other_vars])
return build_dashboard(options,
rows=[description_panel, row],
templating=[row_repeat_var, *other_vars],
annotations=annotations)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment