Ticket #3032 (closed: fixed)
Add performance tests to vtkDataSetFactory Tests
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 29 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Very useful to track and control the performance of the speed with which the vtkDataSets from these factories can be generated. This could easily become a bottleneck, so best to get stats now.
Change History
comment:4 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
comment:6 Changed 9 years ago by Janik Zikovsky
- Status changed from verifying to closed
Tests are present and run. NOTE: You might want to move your MDWorkspace creation calls to the setUp() methods; this will allow timing to measure ONLY the vtk*Factory calls, and not the building of the test data.
Note: See
TracTickets for help on using
tickets.
(In [12179]) re #3032 Performance tests on vtkDataSetFactory types, which utilise IMDWorkspaces.