diff --git a/tests/bugs/heal/bug25712 b/tests/bugs/heal/bug25712 deleted file mode 100644 index 5813dad115..0000000000 --- a/tests/bugs/heal/bug25712 +++ /dev/null @@ -1,27 +0,0 @@ -puts "========" -puts "OCC25712" -puts "========" -puts "" -################################################ -# Non-deterministic behavior of ShapeFix_Solid -################################################ - -cpulimit 1000 - -set OK_shapes_1 177 -set OK_shapes_2 9 - -for {set i 1} {$i <= 100} {incr i} { - restore [locate_data_file OCC25712_comp16.brep] c - fixshape rc c - explode rc - explode rc_2 - set bug_info_1 [numshapes rc_2_1] - set bug_info_2 [numshapes rc_2_2] - if {[lindex $bug_info_1 31] != $OK_shapes_1} { - puts "ERROR: OCC25712 is reprodced. rc_2_1 should has $OK_shapes_1 shapes, but has [lindex $bug_info_1 31] shapes." - } - if {[lindex $bug_info_2 31] != $OK_shapes_2} { - puts "ERROR: OCC25712 is reprodced. rc_2_2 should has $OK_shapes_2 shapes, but has [lindex $bug_info_2 31] shapes." - } -} diff --git a/tests/perf/bop/boxholes b/tests/perf/bop/boxholes deleted file mode 100644 index 715821ca46..0000000000 --- a/tests/perf/bop/boxholes +++ /dev/null @@ -1,54 +0,0 @@ -puts "========" -puts "CR24264" -puts "========" -puts "" -####################################################################### -# OCCT 6.6.0: cutting 1600 cylinders from a box leads to out-of-memory on 32-bit system -####################################################################### - -# test cutting box by many holes, inspired by -# http://www.opencascade.org/org/forum/thread_12369/?forum=3 -# in OCCT 6.6.0 32-bit mode on Windows this fails with N >= 40 (out of memory) - -# box plate to cut the holes from -box b 100 100 1 - -# N defines number of holes along each of X and Y, thus total N^2 holes -# will be drilled; note that the algorithm itself is likely to be quadratic -# for number of shapes, i.e. CPU ~ N^4 -set N 40 -set holes {} -for {set i 1} {$i < $N} {incr i} { - for {set j 1} {$j < $N} {incr j} { - pcylinder p_${i}_$j 0.5 1 - ttranslate p_${i}_$j [expr $i * 100. / $N] [expr $j * 100. / $N] 0. - lappend holes p_${i}_$j - } -} - -eval compound $holes drill - -set mem1 [meminfo h] - -dchrono cpu restart - -bcut r b drill - -dchrono cpu stop counter BCut - -set mem2 [meminfo h] - -set mem1 [expr ${mem1}/(1024 * 1024)] -set mem2 [expr ${mem2}/(1024 * 1024)] -set mem_delta 70 -puts "mem1=${mem1}" -puts "mem2=${mem2}" -puts "mem_delta=${mem_delta}" - -if { [expr ${mem2} - ${mem1}] > ${mem_delta}} { - puts "Faulty : there is memory leak" -} - -vinit -vdisplay r -vfit diff --git a/tests/perf/bspline/intersect b/tests/perf/bspline/intersect deleted file mode 100644 index 4e3f797bb5..0000000000 --- a/tests/perf/bspline/intersect +++ /dev/null @@ -1,215 +0,0 @@ -# Test performance of intersection of several NURBS surfaces - -if { [regexp {Debug mode} [dversion]] } { - cpulimit 1000 -} else { - cpulimit 500 -} - -bsplinesurf surf1 \ -3 4 0 4 1 1 2 1 3 4 \ -3 4 0 4 1 1 2 1 3 4 \ -0 0 0 1 2 0 0 1 3 0 15 1 5 0 15 1 7 0 0 1 10 0 0 1 \ -0 2 0 1 1 3 0 1 4 2 15 1 6 3 15 1 8 2 0 1 10 3 0 1 \ -0 4 0 1 3 4 0 1 4 3 15 1 5 3 15 1 7 4 0 1 10 5 0 1 \ -0 6 0 1 3 6 0 1 4 6 15 1 5 6 15 1 8 5 0 1 10 7 0 1 \ -0 8 0 1 2 8 0 1 4 8 15 1 6 8 15 1 7 7 0 1 10 8 0 1 \ -0 10 0 1 2 10 0 1 4 10 15 1 6 10 15 1 7 10 0 1 10 10 0 1 - -bsplinesurf surf2 \ -3 4 0 4 1 1 2 1 3 4 \ -3 4 0 4 1 1 2 1 3 4 \ -0 0 10 1 2 0 5 1 3 0 4 1 5 0 6 1 7 0 10 1 10 0 5 1 \ -0 2 5 1 1 3 7 1 4 2 7 1 6 3 4 1 8 2 4 4 10 3 7 1 \ -0 4 8 1 3 4 10 1 4 3 6 1 5 3 8 1 7 4 7 4 10 5 5 1 \ -0 6 8 1 3 6 10 1 4 6 6 1 5 6 4 1 8 5 7 4 10 7 10 1 \ -0 8 6 1 2 8 5 1 4 8 8 1 6 8 8 1 7 7 3 4 10 8 5 1 \ -0 10 8 1 2 10 10 1 4 10 6 1 6 10 5 1 7 10 3 1 10 10 10 1 - -bsplinesurf surf3 \ -2 7 0 3 1 1 2 1 3 1 4 1 5 1 6 3 \ -2 3 0 3 1 1 2 3 \ --20 20 10 1 20 20 10 1 20 -20 10 1 -20 -20 10 1 -10 10 10 1 10 10 10 1 10 -10 10 1 -10 -10 10 1 \ --10 10 5 1 15 15 5 1 10 -10 5 1 -15 -15 5 1 -5 5 5 1 5 5 5 1 5 -5 5 1 -5 -5 5 1 \ --15 15 -5 1 10 10 -5 1 15 -15 -5 1 -10 -10 -5 1 -5 5 -5 1 5 5 -5 1 5 -5 -5 1 -5 -5 -5 1 \ --20 20 -10 1 20 20 -10 1 20 -20 -10 1 -20 -20 -10 1 -10 10 -10 1 10 10 -10 1 10 -10 -10 1 -10 -10 -10 1 - -bsplinesurf surf4 \ -4 5 0 5 2 1 4 1 5 1 6 5 \ -4 5 0 5 1 1 4 1 6 1 7 5 \ - 10 20 -20 1 9 19 -19 1 8 18 -18 1 7 17 -17 1 7 17 17 1 8 18 18 1 9 19 19 1 10 20 20 1 \ - 10 -20 20 1 9 -19 19 1 8 -18 18 1 7 -17 17 1 7 -17 -17 1 8 -18 -18 1 9 -19 -19 1 10 -20 -20 1 \ - 10 10 -10 1 9 9 -9 1 8 8 -8 1 7 7 -7 1 7 7 7 1 8 8 8 1 9 9 9 1 10 10 10 1 \ - 10 -10 10 1 9 -9 9 1 8 -8 8 1 7 -7 7 1 7 -7 -7 1 8 -8 -8 1 9 -9 -9 1 10 -10 -10 1 \ --10 20 -20 1 -9 19 -19 1 -8 18 -18 1 -7 17 -17 1 -7 17 17 1 -8 18 18 1 -9 19 19 1 -10 20 20 1 \ --10 -20 20 1 -9 -19 19 1 -8 -18 18 1 -7 -17 17 1 -7 -17 -17 1 -8 -18 -18 1 -9 -19 -19 1 -10 -20 -20 1 \ --10 10 -10 1 -9 9 -9 1 -8 8 -8 1 -7 7 -7 1 -7 7 7 1 -8 8 8 1 -9 9 9 1 -10 10 10 1 \ --10 -10 10 1 -9 -9 9 1 -8 -8 8 1 -7 -7 7 1 -7 -7 -7 1 -8 -8 -8 1 -9 -9 -9 1 -10 -10 -10 1 - -bsplinesurf surf5 \ -1 2 0 2 1 2 \ -5 5 0 6 2 1 3 1 6 1 7 6 \ -0 0 0 1 10 0 5 2 \ -0 10 2 1 10 10 3 1 \ -0 20 10 1 10 20 20 1 \ -0 30 0 1 10 30 0 1 \ -0 40 -1 1 10 40 5 1 \ -0 50 5 1 10 50 5 1 \ -0 60 4 1 10 60 4 1 \ -0 70 -5 1 10 70 -3 1 \ -0 80 7 1 10 80 0 1 - - -bsplinesurf surf6 \ -2 3 0 3 1 1 2 3 \ -5 5 0 6 2 1 3 1 6 1 7 6 \ -0 0 0 1 2 0 0 1 5 0 -1 1 10 0 5 2 \ -0 10 2 1 3 10 0 1 8 10 5 1 10 10 3 1 \ -0 20 10 1 4 20 4 1 7 20 4 1 10 20 20 1 \ -0 30 0 1 2 30 0 1 8 30 0 1 10 30 0 1 \ -0 40 -1 1 4 40 5 1 9 40 1 1 10 40 5 1 \ -0 50 5 1 4 50 10 1 6 50 10 1 10 50 5 1 \ -0 60 4 1 3 60 -3 1 7 60 -4 1 10 60 4 1 \ -0 70 -5 1 3 70 0 1 5 70 0 1 10 70 -3 1 \ -0 80 7 1 3 80 1 1 7 80 3 1 10 80 0 1 - -bsplinesurf surf7 \ -5 5 0 6 1 1 4 1 5 1 8 6 \ -5 5 0 6 2 1 3 1 6 1 7 6 \ -0 0 0 1 2 0 0 1 5 0 -1 1 10 0 5 1 12 0 1 1 15 0 -3 1 16 0 -3 1 19 0 -4 1 24 0 0 1 \ -0 10 2 1 3 10 0 1 8 10 5 1 10 10 3 1 12 10 2 1 15 10 0 1 20 10 5 1 21 10 3 1 24 10 0 1 \ -0 20 10 1 4 20 4 1 7 20 4 1 10 20 20 1 12 20 10 1 16 20 4 1 19 20 4 1 20 20 10 1 24 20 0 1 \ -0 30 0 1 2 30 0 1 8 30 0 1 10 30 0 1 12 30 0 1 14 30 0 1 20 30 0 1 22 30 0 1 24 30 0 1 \ -0 40 -1 1 4 40 5 1 9 40 1 1 10 40 5 1 12 40 -1 1 16 40 5 1 21 40 1 1 22 40 5 1 24 40 0 1 \ -0 50 5 1 4 50 10 1 6 50 10 1 10 50 5 1 12 50 5 1 16 50 10 1 18 50 10 1 20 50 5 1 24 50 0 1 \ -0 60 4 1 3 60 -3 1 7 60 -4 1 10 60 4 1 12 60 4 1 15 60 -3 1 19 60 -4 1 20 60 4 1 24 60 0 1 \ -0 70 -5 1 3 70 0 1 5 70 0 1 10 70 -3 1 12 70 -5 1 15 70 0 1 17 70 0 1 20 70 -3 1 24 70 0 1 \ -0 80 7 1 3 80 1 1 7 80 3 1 10 80 0 1 12 80 7 1 15 80 1 1 19 80 3 1 21 80 0 1 24 80 0 1 - -bsplinesurf surf8 \ -5 5 0 6 1 1 4 1 5 1 8 6 \ -5 5 0 6 2 1 3 1 6 1 7 6 \ -0 0 -8 1 2 0 -7 1 5 0 -9 1 10 0 -8 1 12 0 -9 1 15 0 -7 1 16 0 -8 1 19 0 -8 1 24 0 -8 1 \ -0 10 -8 1 3 10 -7 1 8 10 -9 1 10 10 -8 1 12 10 -9 1 15 10 -7 1 20 10 -8 1 21 10 -8 1 24 10 -8 1 \ -0 20 8 1 4 20 7 1 7 20 9 1 10 20 8 1 12 20 9 1 16 20 7 1 19 20 8 1 20 20 8 1 24 20 8 1 \ -0 30 8 1 2 30 7 1 8 30 9 1 10 30 8 1 12 30 9 1 14 30 7 1 20 30 8 1 22 30 8 1 24 30 8 1 \ -0 40 -8 1 4 40 -7 1 9 40 -9 1 10 40 -8 1 12 40 -9 1 16 40 -7 1 21 40 -8 1 22 40 -8 1 24 40 -8 1 \ -0 50 -8 1 4 50 -7 1 6 50 -9 1 10 50 -8 1 12 50 -9 1 16 50 -7 1 18 50 -8 1 20 50 -8 1 24 50 -8 1 \ -0 60 8 1 3 60 7 1 7 60 9 1 10 60 8 1 12 60 9 1 15 60 7 1 19 60 8 1 20 60 8 1 24 60 8 1 \ -0 70 8 1 3 70 7 1 5 70 9 1 10 70 8 1 12 70 9 1 15 70 7 1 17 70 8 1 20 70 8 1 24 70 8 1 \ -0 80 8 1 3 80 7 1 7 80 9 1 10 80 8 1 12 80 9 1 15 80 7 1 19 80 8 1 21 80 8 1 24 80 8 1 - -bsplinesurf rsurf1 \ -3 4 0 4 1 1 2 1 3 4 \ -3 4 0 4 1 1 2 1 3 4 \ -0 0 0 1 2 0 0 1 3 0 15 1 5 0 15 1 7 0 0 1 10 0 0 1 \ -0 2 0 1 1 3 0 2 4 2 15 2 6 3 15 2 8 2 0 2 10 3 0 1 \ -0 4 0 1 3 4 0 2 4 3 15 3 5 3 15 3 7 4 0 2 10 5 0 1 \ -0 6 0 1 3 6 0 2 4 6 15 3 5 6 15 3 8 5 0 2 10 7 0 1 \ -0 8 0 1 2 8 0 2 4 8 15 2 6 8 15 2 7 7 0 2 10 8 0 1 \ -0 10 0 1 2 10 0 1 4 10 15 1 6 10 15 1 7 10 0 1 10 10 0 1 - -bsplinesurf rsurf2 \ -3 4 0 4 1 1 2 1 3 4 \ -3 4 0 4 1 1 2 1 3 4 \ -0 0 10 1 2 0 5 1 3 0 4 1 5 0 6 1 7 0 10 1 10 0 5 1 \ -0 2 5 1 1 3 7 4 4 2 7 4 6 3 4 4 8 2 4 4 10 3 7 1 \ -0 4 8 1 3 4 10 4 4 3 6 2 5 3 8 2 7 4 7 4 10 5 5 1 \ -0 6 8 1 3 6 10 4 4 6 6 2 5 6 4 2 8 5 7 4 10 7 10 1 \ -0 8 6 1 2 8 5 4 4 8 8 4 6 8 8 4 7 7 3 4 10 8 5 1 \ -0 10 8 1 2 10 10 1 4 10 6 1 6 10 5 1 7 10 3 1 10 10 10 1 - -bsplinesurf rsurf3 \ -2 7 0 3 1 1 2 1 3 1 4 1 5 1 6 3 \ -2 3 0 3 1 1 2 3 \ --20 20 10 1 20 20 10 1 20 -20 10 2 -20 -20 10 2 -10 10 10 3 10 10 10 4 10 -10 10 4 -10 -10 10 2 \ --10 10 5 1 15 15 5 2 10 -10 5 3 -15 -15 5 1 -5 5 5 1 5 5 5 3 5 -5 5 4 -5 -5 5 3 \ --15 15 -5 3 10 10 -5 1 15 -15 -5 2 -10 -10 -5 2 -5 5 -5 3 5 5 -5 3 5 -5 -5 1 -5 -5 -5 4 \ --20 20 -10 2 20 20 -10 4 20 -20 -10 3 -20 -20 -10 3 -10 10 -10 2 10 10 -10 2 10 -10 -10 1 -10 -10 -10 1 - -bsplinesurf rsurf4 \ -4 5 0 5 2 1 4 1 5 1 6 5 \ -4 5 0 5 1 1 4 1 6 1 7 5 \ - 10 20 -20 1 9 19 -19 1 8 18 -18 2 7 17 -17 2 7 17 17 1 8 18 18 1 9 19 19 4 10 20 20 1 \ - 10 -20 20 2 9 -19 19 2 8 -18 18 1 7 -17 17 2 7 -17 -17 4 8 -18 -18 3 9 -19 -19 3 10 -20 -20 2 \ - 10 10 -10 3 9 9 -9 4 8 8 -8 1 7 7 -7 2 7 7 7 4 8 8 8 1 9 9 9 2 10 10 10 3 \ - 10 -10 10 4 9 -9 9 2 8 -8 8 3 7 -7 7 2 7 -7 -7 1 8 -8 -8 1 9 -9 -9 1 10 -10 -10 4 \ --10 20 -20 4 -9 19 -19 3 -8 18 -18 3 -7 17 -17 2 -7 17 17 1 -8 18 18 2 -9 19 19 4 -10 20 20 4 \ --10 -20 20 3 -9 -19 19 2 -8 -18 18 3 -7 -17 17 1 -7 -17 -17 4 -8 -18 -18 2 -9 -19 -19 3 -10 -20 -20 3 \ --10 10 -10 2 -9 9 -9 1 -8 8 -8 3 -7 7 -7 1 -7 7 7 1 -8 8 8 1 -9 9 9 2 -10 10 10 2 \ --10 -10 10 1 -9 -9 9 1 -8 -8 8 2 -7 -7 7 1 -7 -7 -7 4 -8 -8 -8 1 -9 -9 -9 1 -10 -10 -10 1 - -bsplinesurf rsurf5 \ -1 2 0 2 1 2 \ -5 5 0 6 2 1 3 1 6 1 7 6 \ -0 0 0 1 10 0 5 2 \ -0 10 2 3 10 10 3 1 \ -0 20 10 1 10 20 20 4 \ -0 30 0 2 10 30 0 2 \ -0 40 -1 1 10 40 5 2 \ -0 50 5 1 10 50 5 1 \ -0 60 4 3 10 60 4 1 \ -0 70 -5 5 10 70 -3 2 \ -0 80 7 1 10 80 0 1 - -bsplinesurf rsurf6 \ -2 3 0 3 1 1 2 3 \ -5 5 0 6 2 1 3 1 6 1 7 6 \ -0 0 0 1 2 0 0 1 5 0 -1 1 10 0 5 2 \ -0 10 2 3 3 10 0 1 8 10 5 3 10 10 3 1 \ -0 20 10 1 4 20 4 3 7 20 4 2 10 20 20 4 \ -0 30 0 2 2 30 0 1 8 30 0 1 10 30 0 2 \ -0 40 -1 1 4 40 5 2 9 40 1 3 10 40 5 2 \ -0 50 5 1 4 50 10 5 6 50 10 5 10 50 5 1 \ -0 60 4 3 3 60 -3 1 7 60 -4 1 10 60 4 1 \ -0 70 -5 5 3 70 0 1 5 70 0 1 10 70 -3 2 \ -0 80 7 1 3 80 1 2 7 80 3 1 10 80 0 1 - -bsplinesurf rsurf7 \ -5 5 0 6 1 1 4 1 5 1 8 6 \ -5 5 0 6 2 1 3 1 6 1 7 6 \ -0 0 0 1 2 0 0 1 5 0 -1 1 10 0 5 2 12 0 1 1 15 0 -3 2 16 0 -3 1 19 0 -4 1 24 0 0 1 \ -0 10 2 3 3 10 0 1 8 10 5 3 10 10 3 1 12 10 2 3 15 10 0 1 20 10 5 3 21 10 3 1 24 10 0 2 \ -0 20 10 1 4 20 4 3 7 20 4 2 10 20 20 4 12 20 10 1 16 20 4 3 19 20 4 2 20 20 10 4 24 20 0 1 \ -0 30 0 2 2 30 0 1 8 30 0 1 10 30 0 2 12 30 0 2 14 30 0 1 20 30 0 1 22 30 0 2 24 30 0 3 \ -0 40 -1 1 4 40 5 2 9 40 1 3 10 40 5 2 12 40 -1 1 16 40 5 2 21 40 1 3 22 40 5 2 24 40 0 1 \ -0 50 5 1 4 50 10 5 6 50 10 5 10 50 5 1 12 50 5 1 16 50 10 5 18 50 10 5 20 50 5 1 24 50 0 2 \ -0 60 4 3 3 60 -3 1 7 60 -4 1 10 60 4 1 12 60 4 3 15 60 -3 1 19 60 -4 1 20 60 4 1 24 60 0 1 \ -0 70 -5 5 3 70 0 1 5 70 0 1 10 70 -3 2 12 70 -5 5 15 70 0 1 17 70 0 1 20 70 -3 2 24 70 0 3 \ -0 80 7 1 3 80 1 2 7 80 3 1 10 80 0 1 12 80 7 1 15 80 1 2 19 80 3 1 21 80 0 1 24 80 0 1 - -bsplinesurf rsurf8 \ -5 5 0 6 1 1 4 1 5 1 8 6 \ -5 5 0 6 2 1 3 1 6 1 7 6 \ -0 0 -8 1 2 0 -7 1 5 0 -9 1 10 0 -8 2 12 0 -9 1 15 0 -7 2 16 0 -8 1 19 0 -8 1 24 0 -8 1 \ -0 10 -8 3 3 10 -7 1 8 10 -9 3 10 10 -8 1 12 10 -9 3 15 10 -7 1 20 10 -8 3 21 10 -8 1 24 10 -8 2 \ -0 20 8 1 4 20 7 3 7 20 9 2 10 20 8 4 12 20 9 1 16 20 7 3 19 20 8 2 20 20 8 4 24 20 8 1 \ -0 30 8 2 2 30 7 1 8 30 9 1 10 30 8 2 12 30 9 2 14 30 7 1 20 30 8 1 22 30 8 2 24 30 8 3 \ -0 40 -8 1 4 40 -7 2 9 40 -9 3 10 40 -8 2 12 40 -9 1 16 40 -7 2 21 40 -8 3 22 40 -8 2 24 40 -8 1 \ -0 50 -8 1 4 50 -7 5 6 50 -9 5 10 50 -8 1 12 50 -9 1 16 50 -7 5 18 50 -8 5 20 50 -8 1 24 50 -8 2 \ -0 60 8 3 3 60 7 1 7 60 9 1 10 60 8 1 12 60 9 3 15 60 7 1 19 60 8 1 20 60 8 1 24 60 8 1 \ -0 70 8 5 3 70 7 1 5 70 9 1 10 70 8 2 12 70 9 5 15 70 7 1 17 70 8 1 20 70 8 2 24 70 8 3 \ -0 80 8 1 3 80 7 2 7 80 9 1 10 80 8 1 12 80 9 1 15 80 7 2 19 80 8 1 21 80 8 1 24 80 8 1 - -# intersect all surfaces -set surfaces [list surf1 surf2 rsurf1 surf3 rsurf2 surf4 rsurf3 surf5 rsurf4 surf6 rsurf5 surf7 rsurf6 surf8 rsurf7 rsurf8] -#set i 1 -#set shapes {} -foreach s1 $surfaces { -# mkface f_$s1 $s1 -# lappend shapes f_$s1 - foreach s2 $surfaces { - if { $s1 != $s2 } { - if [catch {intersect r $s1 $s2}] { - continue - } - # if { [regexp {a 3d curve} [whatis r]] } { -# mkedge e_$i r -# lappend shapes e_$i -# incr i -# } - } - } -} - -#eval vdisplay $shapes; vfit diff --git a/tests/perf/de/bug23979 b/tests/perf/de/bug23979 deleted file mode 100644 index 62158d93ab..0000000000 --- a/tests/perf/de/bug23979 +++ /dev/null @@ -1,58 +0,0 @@ -puts "==========" -puts "0023979: Performance problem of STEP export for large files" -puts "==========" -puts "" - -cpulimit 100 - -set n 100 -set m 100 - -puts "Preparing compound of [expr $n * $m] prisms" - -autodisplay 0 -compound c -chrono h restart -for {set i 0} {$i < $n} {incr i} { - for {set j 0} {$j < $m} {incr j} { - set xbase [expr $i*10] - set ybase [expr $j*10] - set size 5 - vertex v1 $xbase $ybase 0 - vertex v2 [expr $xbase+$size] $ybase 0 - vertex v3 [expr $xbase+0.5*$size] [expr $ybase+0.866*$size] 0 - edge e1 v1 v2 - edge e2 v2 v3 - edge e3 v3 v1 - wire w e1 e2 e3 - mkplane f w - prism p f 0 0 10 - add p c - } -} -chrono h stop counter "Constructing shape" - -meminfo - -puts "Converting data to STEP" -newmodel -chrono h restart -stepwrite 0 c -chrono h stop counter "Conversion to STEP" - -meminfo - -puts "Saving to file" -chrono h restart -set outfile ${imagedir}/bug23979.stp -writeall $outfile -chrono h stop counter "Saving file" - -puts "COUNTER File size (MiB): [expr [file size $outfile] / 1024 / 1024]" -file delete -force $outfile - -meminfo - -puts "COUNTER Peak Page File Size (MiB): [expr [meminfo swappeak] / 1024 / 1024]" - -puts "" diff --git a/tests/perf/grids.list b/tests/perf/grids.list index d4e3626111..7139b6cea4 100644 --- a/tests/perf/grids.list +++ b/tests/perf/grids.list @@ -1,13 +1,12 @@ 001 bop 002 ncollection -003 bspline -004 fclasses -005 de -006 caf -007 heal -008 mesh -009 modalg -010 moddata -011 sewing -012 vis -013 draw +003 fclasses +004 de +005 caf +006 heal +007 mesh +008 modalg +009 moddata +010 sewing +011 vis +012 draw diff --git a/tests/v3d/anim/videorecorder b/tests/v3d/anim/videorecorder deleted file mode 100644 index c440192b7f..0000000000 --- a/tests/v3d/anim/videorecorder +++ /dev/null @@ -1,23 +0,0 @@ -puts "================" -puts "OCC25382" -puts "================" -puts "" -puts "===============================================================" -puts "Visualization, TKOpenGl - improved video recording capability" -puts "===============================================================" - -set aFile ${imagedir}/propeller.mkv -file delete -force ${aFile} - -# Ray-Tracing doesn't work with Compatible Profile on macOS -pload VISUALIZATION -pload OPENGL -if { $::tcl_platform(os) == "Darwin" } { vcaps -core } - -set test_dir [file dirname [info script]] -source [file join $test_dir "propeller"] -vraytrace 1 -vrenderparams -msaa 8 -vrenderparams -fsaa 1 -XProgress +g -vanimation anim -play -record ${aFile} 1920 1080 -vcodec ffv1 -fps 30 -speed 0.5