mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
21 lines
667 B
Plaintext
21 lines
667 B
Plaintext
puts "================"
|
|
puts "OCC25424"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Performance regression on step import
|
|
######################################################################################
|
|
|
|
pload XDE
|
|
pload QAcommands
|
|
|
|
dchrono h restart
|
|
testreadstep [locate_data_file bug25424_Secure.stp] result
|
|
dchrono h stop counter testreadstep
|
|
|
|
checkprops result -s 6998.53
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 4482 -edge 6781 -wire 2309 -face 2305 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 15879
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|