1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug26139
vpa ec81011f5b 0026139: AIS_InteractiveContext::Display performance regression
NCollection_Sequence in SelectMgr_SensitiveEntitySet was replaced by indexed data map
2015-05-08 08:56:33 +03:00

16 lines
468 B
Plaintext

puts "============"
puts "CR26139"
puts "============"
puts ""
##########################################################################################
puts "AIS_InteractiveContext::Display performance regression"
# To measure performance downgrade, the time elapsed should be greated than on previous version
##########################################################################################
pload VISUALIZATION
pload QAcommands
vinit View1
OCC26139