mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0023795: Performance regression of meshing
Adding test case for the problem. The issue has been fixed by a patch for #26106.
This commit is contained in:
parent
080fcebfca
commit
70bc8e4a71
19
tests/perf/mesh/bug23795
Normal file
19
tests/perf/mesh/bug23795
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user