From 16a24b67813023ddeca7ec83e5f1b9e4e9f81d40 Mon Sep 17 00:00:00 2001 From: mkv Date: Fri, 7 Aug 2015 11:06:21 +0300 Subject: [PATCH] Adjusting testing case --- tests/perf/fclasses/handle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/perf/fclasses/handle b/tests/perf/fclasses/handle index e0cfb00e3e..7afb52214f 100644 --- a/tests/perf/fclasses/handle +++ b/tests/perf/fclasses/handle @@ -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" -- 2.20.1