mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
19 lines
341 B
Plaintext
19 lines
341 B
Plaintext
puts "========"
|
|
puts "OCC26443"
|
|
puts "========"
|
|
puts ""
|
|
###########################
|
|
# Offset surface hangs up
|
|
###########################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file OCC26443-shell_1.brep] a
|
|
|
|
dchrono h restart
|
|
offsetshape r a -2
|
|
dchrono h stop counter offsetshape
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|