mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
24 lines
453 B
Plaintext
24 lines
453 B
Plaintext
restore [locate_data_file 5000-12.brep] a
|
|
|
|
dchrono ch restart
|
|
puts [fastsewing result -tol 2.0e-5 a]
|
|
dchrono ch stop counter fastsewing
|
|
|
|
donly result
|
|
checkshape result
|
|
|
|
set nbshapes_expected "
|
|
Number of shapes in shape
|
|
VERTEX : 5556
|
|
EDGE : 11118
|
|
WIRE : 5552
|
|
FACE : 5552
|
|
SHELL : 1
|
|
SOLID : 0
|
|
COMPSOLID : 0
|
|
COMPOUND : 1
|
|
SHAPE : 27780
|
|
"
|
|
|
|
checknbshapes result -ref "${nbshapes_expected}" -t -m "Partition of 2 shapes"
|