Files
OCCT/tests/perf
Pasukhin Dmitry 9e61627dab Testing - Remove long-running DRAW test cases with low diagnostic value (#1093)
Remove several DRAW Harness tests that consume significant CI/CD time
without providing meaningful regression coverage:

- bugs/heal/bug25712 (~307s CPU): Runs ShapeFix_Solid in a loop of 100
  iterations to check non-deterministic behavior. Pure numerical check
  with no image verification; determinism is better validated by GTests.

- v3d/anim/videorecorder (~213s CPU): Records a video file using
  ray-tracing with MSAA. Requires FFmpeg and produces no reference
  image comparison; only verifies that the file is created.

- perf/bop/boxholes (~28s CPU): Cuts 1521 cylinders from a box to
  test memory consumption. Pure performance/memory benchmark with no
  geometry validation; results vary across hardware configurations.

- perf/bspline/intersect (~20s CPU): Intersects 16 NURBS surfaces
  against each other (240 pairs). Pure computation benchmark with
  no result validation; only measures elapsed time.

- perf/de/bug23979 (~20s CPU): Exports 10000 prisms to STEP format
  to measure write performance. Pure I/O benchmark with no data
  validation; results depend on disk and system load.
2026-02-15 16:12:46 +00:00
..