Skip to content

Draft: Reset contour filter between executions of benchmark

Kenneth Moreland requested to merge kmorel/vtk-m:benchmark-slowdown into master

In our CI benchmarks, we have noticed that the last 1-3 iterations are running slowly. Perhaps this is because the contour filter object is reused for every iteration with the same configuration. Try resetting the object to make sure we are not, for example, collecting memory pools.

Merge request reports