mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
27 lines
451 B
Plaintext
27 lines
451 B
Plaintext
puts "================"
|
|
puts "OCC623"
|
|
puts "================"
|
|
puts ""
|
|
####################
|
|
## InCorrect Data in PCurve
|
|
####################
|
|
|
|
##cpulimit 4000
|
|
|
|
pload XDE
|
|
|
|
stepread [locate_data_file OCC623.step] a *
|
|
|
|
setflags a_1 locked
|
|
dchrono h restart
|
|
nurbsconvert result a_1
|
|
dchrono h stop counter nurbsconvert
|
|
|
|
fsameparameter result
|
|
checkshape result
|
|
|
|
checkprops result -s 32.1968
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|