1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-09 18:50:54 +03:00
occt/tests/perf/mesh/bug23795
nbv 70bc8e4a71 0023795: Performance regression of meshing
Adding test case for the problem.
The issue has been fixed by a patch for #26106.
2018-11-11 11:34:24 +03:00

20 lines
398 B
Plaintext

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