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.
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
# To prevent loops limit to 5 minutes
|
|
cpulimit 300
|
|
|
|
if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } {
|
|
pload XSDRAW
|
|
}
|
|
|
|
set nbFreeEdges 0
|