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:
@@ -47,7 +47,7 @@ regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
|
|||||||
if { [regexp {Debug mode} [dversion]] } {
|
if { [regexp {Debug mode} [dversion]] } {
|
||||||
set check_time 25
|
set check_time 25
|
||||||
} else {
|
} else {
|
||||||
set check_time 2.2
|
set check_time 8.2
|
||||||
}
|
}
|
||||||
if { $tps_time > $check_time } {
|
if { $tps_time > $check_time } {
|
||||||
puts "Error: low performance"
|
puts "Error: low performance"
|
||||||
|
@@ -25,9 +25,9 @@ bfillds
|
|||||||
regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
|
regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
|
||||||
|
|
||||||
if { [regexp {Debug mode} [dversion]] } {
|
if { [regexp {Debug mode} [dversion]] } {
|
||||||
set check_time 220
|
set check_time 280
|
||||||
} else {
|
} else {
|
||||||
set check_time 16
|
set check_time 70
|
||||||
}
|
}
|
||||||
if { $tps_time > $check_time } {
|
if { $tps_time > $check_time } {
|
||||||
puts "Error: low performance"
|
puts "Error: low performance"
|
||||||
|
Reference in New Issue
Block a user