From: Matthias Maier Date: Sat, 12 Feb 2022 20:45:37 +0000 (-0600) Subject: performance/timing_step_*: annotate tests as experimental X-Git-Tag: v9.4.0-rc1~504^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13372%2Fhead;p=dealii.git performance/timing_step_*: annotate tests as experimental --- diff --git a/tests/performance/timing_step_22.cc b/tests/performance/timing_step_22.cc index b7ff2fa285..25e0395ef5 100644 --- a/tests/performance/timing_step_22.cc +++ b/tests/performance/timing_step_22.cc @@ -19,6 +19,8 @@ // A performance benchmark based on step 22 that measures timings for system // setup, assembly, solve and postprocessing for a Stokes problem. // +// Status: experimental +// #include #include diff --git a/tests/performance/timing_step_3.cc b/tests/performance/timing_step_3.cc index 64a5a1dd46..a0f0a2fdf3 100644 --- a/tests/performance/timing_step_3.cc +++ b/tests/performance/timing_step_3.cc @@ -19,6 +19,8 @@ // A performance benchmark based on step 3 that measures timings for system // setup, assembly, solve and postprocessing for a simple Poisson problem. // +// Status: experimental +// #include #include