1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
ski 44fae8b193 0027691: Remove dchrono from all test cases and move its to perf group
Remove performance comparing with hardcoded value.
Test cases for performance of some commands were moved to perf group.

Updated documentation.
2017-01-19 17:24:46 +03:00

24 lines
455 B
Plaintext

restore [locate_data_file Pipe_Full.brep] a
dchrono ch restart
puts [fastsewing result -tol 5.0e-4 a]
dchrono ch stop counter fastsewing
donly result
checkshape result
set nbshapes_expected "
Number of shapes in shape
VERTEX : 5327
EDGE : 10656
WIRE : 5326
FACE : 5326
SHELL : 1
SOLID : 0
COMPSOLID : 0
COMPOUND : 1
SHAPE : 26637
"
checknbshapes result -ref "${nbshapes_expected}" -t -m "Partition of 2 shapes"