1
0
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:
oan
2019-03-04 09:55:25 +03:00
parent 060fc60338
commit c62618cd60
3 changed files with 30 additions and 0 deletions

View 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

View 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

View 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