Skip to content

Split the contour benchmark into structured/unstructured

Kenneth Moreland requested to merge kmorel/vtk-m:split-contour-bench into master

We've been having problems with PerformanceTestBenchContour. In the last few iteration, the runtime goes way up. We cannot find any reason for this in the source code. There don't appear to be any particular problems with memory or tables. The best we can figure is an issue with the device hardware in the container.

The easy solution should be to break the benchmark into smaller peices to avoid the problem.

Edited by Kenneth Moreland

Merge request reports