1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Modified TPS in test cases bugs/modalg_5/bug24157_8 bug24157_9

This commit is contained in:
apn
2014-06-20 11:42:59 +04:00
parent 7d0496dd6d
commit 7bbe90f2a7
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
if { [regexp {Debug mode} [dversion]] } {
set check_time 25
} else {
set check_time 2.2
set check_time 8.2
}
if { $tps_time > $check_time } {
puts "Error: low performance"

View File

@@ -25,9 +25,9 @@ bfillds
regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
if { [regexp {Debug mode} [dversion]] } {
set check_time 220
set check_time 280
} else {
set check_time 16
set check_time 70
}
if { $tps_time > $check_time } {
puts "Error: low performance"