From 70bc8e4a71d72031f5be7c5fffa7f81af4750235 Mon Sep 17 00:00:00 2001 From: nbv Date: Wed, 7 Nov 2018 15:44:01 +0300 Subject: [PATCH] 0023795: Performance regression of meshing Adding test case for the problem. The issue has been fixed by a patch for #26106. --- tests/perf/mesh/bug23795 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/perf/mesh/bug23795 diff --git a/tests/perf/mesh/bug23795 b/tests/perf/mesh/bug23795 new file mode 100644 index 0000000000..e9f18e1fd6 --- /dev/null +++ b/tests/perf/mesh/bug23795 @@ -0,0 +1,19 @@ +puts "=========" +puts "0023795: Performance regression of meshing" +puts "=========" +puts "" + +restore [locate_data_file bug23795_s.brep] result + +dchrono t restart +incmesh result 0.1 +dchrono t stop counter MeshBug23795 + +checktrinfo result -tri 10992 -nod 11016 -defl 0.1 + +vinit +vdefaults -autoTriang 0 +vsetdispmode 1 +vdisplay result +vfit +checkview -screenshot -3d -path ${imagedir}/${test_image}.png