mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023581: [Regression] Performance of BRepMesh 6.5.4 can be up to Nx worse than 6.3.1
Added test case.
This commit is contained in:
10
tests/bugs/mesh/bug23581_1
Normal file
10
tests/bugs/mesh/bug23581_1
Normal file
@@ -0,0 +1,10 @@
|
||||
puts "======="
|
||||
puts "0023581: \[Regression\] Performance of BRepMesh 6.5.4 can be up to Nx worse than 6.3.1"
|
||||
puts "======="
|
||||
puts ""
|
||||
|
||||
restore [locate_data_file f1.brep] result
|
||||
tclean result
|
||||
incmesh result 15
|
||||
|
||||
checktrinfo result -tri 17682 -nod 16483
|
10
tests/bugs/mesh/bug23581_2
Normal file
10
tests/bugs/mesh/bug23581_2
Normal file
@@ -0,0 +1,10 @@
|
||||
puts "======="
|
||||
puts "0023581: \[Regression\] Performance of BRepMesh 6.5.4 can be up to Nx worse than 6.3.1"
|
||||
puts "======="
|
||||
puts ""
|
||||
|
||||
restore [locate_data_file shaver.brep] result
|
||||
tclean result
|
||||
incmesh result 0.68
|
||||
|
||||
checktrinfo result -tri 21870 -nod 23655
|
10
tests/bugs/mesh/bug23581_3
Normal file
10
tests/bugs/mesh/bug23581_3
Normal file
@@ -0,0 +1,10 @@
|
||||
puts "======="
|
||||
puts "0023581: \[Regression\] Performance of BRepMesh 6.5.4 can be up to Nx worse than 6.3.1"
|
||||
puts "======="
|
||||
puts ""
|
||||
|
||||
restore [locate_data_file cylinder_head.brep] result
|
||||
tclean result
|
||||
incmesh result 0.74
|
||||
|
||||
checktrinfo result -tri 39342 -nod 31984
|
Reference in New Issue
Block a user