You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, tests both check the performance by computing BW, timing, running the same test n_iter times, as well as the accuracy of the solution by comparing the results to a known analytical solution.
Even if the implementation of the test is similar, the two type of tests require different input parameters. i.e. no need to run the same computation 1000 times to check its accuracy and performance tests require larger meshes for example.
Several options could be used:
Writing distinct tests depending on the goal and have a cmake option to switch between one set or the other.
For each feature, having both tests in a single file and change the inputs based on:
Right now, tests both check the performance by computing BW, timing, running the same test
n_iter
times, as well as the accuracy of the solution by comparing the results to a known analytical solution.Even if the implementation of the test is similar, the two type of tests require different input parameters. i.e. no need to run the same computation 1000 times to check its accuracy and performance tests require larger meshes for example.
Several options could be used:
Any other option to consider?
@pbartholomew08 @semi-h
The text was updated successfully, but these errors were encountered: