From 711684f1eadaf39b7f7ea1708ae436c67abb04a8 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 16 Jun 2023 18:57:30 -0500 Subject: [PATCH] tests/performance_tests: mark tests used in production as stable --- tests/performance/instrumentation_step_22.cc | 5 ++++- tests/performance/instrumentation_step_3.cc | 5 ++++- tests/performance/timing_mg_glob_coarsen.cc | 5 ++++- tests/performance/timing_navier_stokes.cc | 5 ++++- tests/performance/timing_step_22.cc | 5 ++++- tests/performance/timing_step_3.cc | 5 ++++- tests/performance/timing_step_37.cc | 5 ++++- 7 files changed, 28 insertions(+), 7 deletions(-) diff --git a/tests/performance/instrumentation_step_22.cc b/tests/performance/instrumentation_step_22.cc index 3397a1b721..7fb28db531 100644 --- a/tests/performance/instrumentation_step_22.cc +++ b/tests/performance/instrumentation_step_22.cc @@ -20,7 +20,10 @@ // instruction cycles for system setup, assembly, solve and postprocessing // for a Stokes problem. // -// Status: experimental +// Status: stable +// +// Note: this test is marked "stable" and used for performance +// instrumentation in our testsuite, https://dealii.org/performance_tests // #include diff --git a/tests/performance/instrumentation_step_3.cc b/tests/performance/instrumentation_step_3.cc index f7372ff1a8..e48c915649 100644 --- a/tests/performance/instrumentation_step_3.cc +++ b/tests/performance/instrumentation_step_3.cc @@ -20,7 +20,10 @@ // instruction cycles for system setup, assembly, solve and postprocessing // for a Stokes problem. // -// Status: experimental +// Status: stable +// +// Note: this test is marked "stable" and used for performance +// instrumentation in our testsuite, https://dealii.org/performance_tests // #include diff --git a/tests/performance/timing_mg_glob_coarsen.cc b/tests/performance/timing_mg_glob_coarsen.cc index ad76262fb1..fe13842ed6 100644 --- a/tests/performance/timing_mg_glob_coarsen.cc +++ b/tests/performance/timing_mg_glob_coarsen.cc @@ -23,7 +23,10 @@ // nodes. It also uses a setup with multiple DoFHandler objects, imitating the // projection from a related (higher-order) DG function space. // -// Status: experimental +// Status: stable +// +// Note: this test is marked "stable" and used for performance +// instrumentation in our testsuite, https://dealii.org/performance_tests // #include diff --git a/tests/performance/timing_navier_stokes.cc b/tests/performance/timing_navier_stokes.cc index be3ffdbf3e..d2f354eee4 100644 --- a/tests/performance/timing_navier_stokes.cc +++ b/tests/performance/timing_navier_stokes.cc @@ -24,7 +24,10 @@ // problem with periodic boundary conditions to avoid defining complicated // definitions of boundary data and inflow/outflow treatment. // -// Status: experimental +// Status: stable +// +// Note: this test is marked "stable" and used for performance +// instrumentation in our testsuite, https://dealii.org/performance_tests // #include diff --git a/tests/performance/timing_step_22.cc b/tests/performance/timing_step_22.cc index 99bcee9d60..da3a485907 100644 --- a/tests/performance/timing_step_22.cc +++ b/tests/performance/timing_step_22.cc @@ -19,7 +19,10 @@ // A performance benchmark based on step 22 that measures timings for system // setup, assembly, solve and postprocessing for a Stokes problem. // -// Status: experimental +// Status: stable +// +// Note: this test is marked "stable" and used for performance +// instrumentation in our testsuite, https://dealii.org/performance_tests // #include diff --git a/tests/performance/timing_step_3.cc b/tests/performance/timing_step_3.cc index 8bb6fe465d..71b4cb997b 100644 --- a/tests/performance/timing_step_3.cc +++ b/tests/performance/timing_step_3.cc @@ -19,7 +19,10 @@ // A performance benchmark based on step 3 that measures timings for system // setup, assembly, solve and postprocessing for a simple Poisson problem. // -// Status: experimental +// Status: stable +// +// Note: this test is marked "stable" and used for performance +// instrumentation in our testsuite, https://dealii.org/performance_tests // #include diff --git a/tests/performance/timing_step_37.cc b/tests/performance/timing_step_37.cc index b7248afd7e..c642a6355e 100644 --- a/tests/performance/timing_step_37.cc +++ b/tests/performance/timing_step_37.cc @@ -21,7 +21,10 @@ // levels and solve for a Poisson problem with the performance-oriented // matrix-free framework. // -// Status: experimental +// Status: stable +// +// Note: this test is marked "stable" and used for performance +// instrumentation in our testsuite, https://dealii.org/performance_tests // #include -- 2.39.5