1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-16 10:08:36 +03:00

0030413: Tests - increase counters within perf/ncollection/A1

This commit is contained in:
kgv 2018-12-13 15:20:48 +03:00 committed by apn
parent 1d441d1ac7
commit eeabb8f86a

View File

@ -18,38 +18,26 @@ foreach line [split $info "\n"] {
lappend values "$diff_cl" lappend values "$diff_cl"
if { [checkplatform -windows] } { if { [checkplatform -windows] } {
set check_values { 1.383409071179103 set check_values { 1.5
5.1472531605899908 5.2
5.55719377028335395 5.7
5.5309830187022213 5.7
1.58734859347377246 1.7
1.18885181806915312 1.3
1.4285334583511072 1.6
0.20619280354776386 0.4
0.21983563611646603 0.4
} }
if { [regexp {64} [dversion]] } {
set check_values { 1.5
5.2
5.7
5.7
1.7
1.3
1.6
0.4
0.4
}
}
} else { } else {
set check_values { 1.2363286058767904 set check_values { 1.4
5.0 5.0
1.5596260162601621 1.6
7.0 7.0
1.2133020329576465 1.4
1.2164522569168656 1.4
1.2495457282327385 1.4
0.2 0.2
0.45175659293697572 0.5
} }
} }