mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Increased cpulimits in test cases.
This commit is contained in:
parent
bc8c79bbd5
commit
c7ac7603b0
@ -44,7 +44,7 @@ bfillds -t
|
||||
|
||||
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"
|
||||
} else {
|
||||
puts "OK: high performance"
|
||||
|
@ -24,7 +24,7 @@ bfillds
|
||||
|
||||
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"
|
||||
} else {
|
||||
puts "OK: high performance"
|
||||
|
@ -18,7 +18,7 @@ if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 65
|
||||
} else {
|
||||
set max_time 80
|
||||
set max_time 100
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ if { [regexp {Debug mode} [dversion]] } {
|
||||
}
|
||||
} else {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 80
|
||||
set max_time 100
|
||||
} else {
|
||||
set max_time 120
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ if { [regexp {Debug mode} [dversion]] } {
|
||||
}
|
||||
} else {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 100
|
||||
set max_time 130
|
||||
} else {
|
||||
set max_time 160
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ if { [regexp {Debug mode} [dversion]] } {
|
||||
}
|
||||
} else {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 110
|
||||
set max_time 130
|
||||
} else {
|
||||
set max_time 150
|
||||
}
|
||||
|
@ -6,6 +6,8 @@ puts ""
|
||||
# Alien subshapes occured in result of 'bopcheck' operation
|
||||
######################################################################################
|
||||
|
||||
cpulimit 2000
|
||||
|
||||
restore [locate_data_file bug24764_qa.brep] a
|
||||
|
||||
bopcheck a 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user