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.
29 lines
622 B
Plaintext
29 lines
622 B
Plaintext
puts "============"
|
|
puts "OCC26339"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# [Regression in 6.9.0] Projecting a curve hangs
|
|
#######################################################################
|
|
|
|
if { [regexp {Debug mode} [dversion]] } {
|
|
if { [regexp {Windows} [dversion]] } {
|
|
set max_time 10
|
|
} else {
|
|
set max_time 10
|
|
}
|
|
} else {
|
|
if { [regexp {Windows} [dversion]] } {
|
|
set max_time 3
|
|
} else {
|
|
set max_time 3
|
|
}
|
|
}
|
|
|
|
restore [locate_data_file bug26339_a_1886.brep] f
|
|
|
|
dchrono h restart
|
|
|
|
fixshape r f 1e-5
|
|
|
|
dchrono h stop counter fixshape |