1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Adjusting testing case

This commit is contained in:
mkv 2015-08-07 11:06:21 +03:00 committed by bugmaster
parent 08f15ad095
commit 16a24b6781

View File

@ -27,8 +27,8 @@ if { $ratio > 1.05 } {
# Check performance of down casting at different nesting depths.
# OCCT is expected to be the same as C++
set depths {3 5 10 50}
set threshold_std 1.15
set threshold_ptr 1.05
set threshold_std 4.0
set threshold_ptr 2.5
for {set i 0} {$i < [llength $depths]} {incr i} {
set depth [lindex $depths $i]
puts "\nTesting DownCast at nesting depth $depth"