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