0027691: Remove dchrono from all test cases and move its to perf group
[occt.git] / tests / perf / sewing / A6
CommitLineData
44fae8b1 1restore [locate_data_file Pipe_Full.brep] a
2
3dchrono ch restart
4puts [fastsewing result -tol 5.0e-4 a]
5dchrono ch stop counter fastsewing
6
7donly result
8checkshape result
9
10set nbshapes_expected "
11Number of shapes in shape
12 VERTEX : 5327
13 EDGE : 10656
14 WIRE : 5326
15 FACE : 5326
16 SHELL : 1
17 SOLID : 0
18 COMPSOLID : 0
19 COMPOUND : 1
20 SHAPE : 26637
21"
22
23checknbshapes result -ref "${nbshapes_expected}" -t -m "Partition of 2 shapes"