mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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 |