armi.matProps.tests.test_performance module
Test rough matProps performance timing.
- class armi.matProps.tests.test_performance.TestPerformance(methodName='runTest')[source]
Bases:
TestCaseThe tests in this class are an early warning of matProps performance changes. It tests common operations that are done with matProps to ensure their execution time remains in the correct ballpark.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.