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

added a few more at least it executes without failing tests to the

dashboard creation
parent 5a1aa1ab
Branches
Tags
1 merge request!11Adding Dashboards for Percolation and for the roofline dashboard
Pipeline #68979 passed with stages
in 1 minute and 21 seconds
......@@ -7,7 +7,7 @@ from dashboards.dashboard_base import (get_commit_annotation,
from dashboards.dashboard_list import dashboard_uniformGridGPU
from dashboards.dashboard_fe2ti import dashboard_fe2ti
from dashboards.dashboard_pystencils import dashboard_pystencils_cpu, dashboard_pystencils_gpu
from dashboards.dashboard_walberla import dashboard_uniformgridgpu, dashboard_uniformgridcpu
from dashboards.dashboard_walberla import dashboard_uniformgridgpu, dashboard_uniformgridcpu, dashboard_percolationgpu, dashboard_fslbmgravitywave, dashboard_uniformgridgpu_profile, dashboard_uniformgridcpu_relativeperformance
from dashboards.influx_queries import Query, show_tag_values
dataSource = 'InfluxDB-1'
......@@ -85,8 +85,6 @@ def test_build_dashboard():
def test_dashboard_fe2ti():
print(dashboard_fe2ti())
print("++++++++++++++++++1++++++++++++++++++")
dashboard_fe2ti()
......@@ -98,3 +96,7 @@ def test_dashboard_pystencils_cpu():
def test_dashboard_walberla():
dashboard_uniformgridcpu()
dashboard_uniformgridgpu()
dashboard_uniformgridgpu_profile()
dashboard_percolationgpu()
dashboard_uniformgridcpu_relativeperformance()
dashboard_fslbmgravitywave()
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