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.
18 lines
480 B
Plaintext
18 lines
480 B
Plaintext
puts "============"
|
|
puts "OCC27048"
|
|
puts "============"
|
|
puts ""
|
|
############################################################################
|
|
# Recalculation of BSpline cache causes a performance problems
|
|
############################################################################
|
|
|
|
pload XSDRAW
|
|
|
|
dchrono t restart
|
|
testreadstep [locate_data_file bug27048.stp] result
|
|
dchrono t stop counter testreadstep
|
|
|
|
smallview
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|