1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-06 18:26:22 +03:00

Increased cpulimits in test cases.

This commit is contained in:
apn 2014-05-23 12:38:03 +04:00
parent bc8c79bbd5
commit c7ac7603b0
7 changed files with 8 additions and 6 deletions

View File

@ -44,7 +44,7 @@ bfillds -t
regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
if { $tps_time > 2.9 } { if { $tps_time > 9.5 } {
puts "Error: low performance" puts "Error: low performance"
} else { } else {
puts "OK: high performance" puts "OK: high performance"

View File

@ -24,7 +24,7 @@ bfillds
regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
if { $tps_time > 15.7 } { if { $tps_time > 85.7 } {
puts "Error: low performance" puts "Error: low performance"
} else { } else {
puts "OK: high performance" puts "OK: high performance"

View File

@ -18,7 +18,7 @@ if { [regexp {Debug mode} [dversion]] } {
if { [regexp {Windows} [dversion]] } { if { [regexp {Windows} [dversion]] } {
set max_time 65 set max_time 65
} else { } else {
set max_time 80 set max_time 100
} }
} }

View File

@ -16,7 +16,7 @@ if { [regexp {Debug mode} [dversion]] } {
} }
} else { } else {
if { [regexp {Windows} [dversion]] } { if { [regexp {Windows} [dversion]] } {
set max_time 80 set max_time 100
} else { } else {
set max_time 120 set max_time 120
} }

View File

@ -16,7 +16,7 @@ if { [regexp {Debug mode} [dversion]] } {
} }
} else { } else {
if { [regexp {Windows} [dversion]] } { if { [regexp {Windows} [dversion]] } {
set max_time 100 set max_time 130
} else { } else {
set max_time 160 set max_time 160
} }

View File

@ -16,7 +16,7 @@ if { [regexp {Debug mode} [dversion]] } {
} }
} else { } else {
if { [regexp {Windows} [dversion]] } { if { [regexp {Windows} [dversion]] } {
set max_time 110 set max_time 130
} else { } else {
set max_time 150 set max_time 150
} }

View File

@ -6,6 +6,8 @@ puts ""
# Alien subshapes occured in result of 'bopcheck' operation # Alien subshapes occured in result of 'bopcheck' operation
###################################################################################### ######################################################################################
cpulimit 2000
restore [locate_data_file bug24764_qa.brep] a restore [locate_data_file bug24764_qa.brep] a
bopcheck a 4 bopcheck a 4