0027691: Remove dchrono from all test cases and move its to perf group
[occt.git] / tests / perf / mesh / bug24968_1
diff --git a/tests/perf/mesh/bug24968_1 b/tests/perf/mesh/bug24968_1
new file mode 100644 (file)
index 0000000..ab5eb01
--- /dev/null
@@ -0,0 +1,22 @@
+puts "=========="
+puts "OCC24968"
+puts "=========="
+puts ""
+#####################################
+# Impove BRepMesh_Classifier to cope with intersection of huge number of wires
+#####################################
+
+cpulimit 2500
+
+restore [locate_data_file bug24968_Shape_1.brep] result
+
+tclean result
+dchrono h restart
+incmesh result 0.1
+dchrono h stop counter incmesh
+
+vinit
+vdisplay result
+vfit
+vsetdispmode 1
+checkview -screenshot -3d -path ${imagedir}/${test_image}.png
\ No newline at end of file