0023752: Integration of test grid "vpr" into the new testing system
[occt.git] / tests / perf / single_mesh_wireframe / A2
diff --git a/tests/perf/single_mesh_wireframe/A2 b/tests/perf/single_mesh_wireframe/A2
new file mode 100644 (file)
index 0000000..7de0145
--- /dev/null
@@ -0,0 +1,9 @@
+puts "3D visualization performance tests"
+puts "Move V3d View with 1 MeshVS_Mesh (+ AIS trihedron)"
+puts "Object haves wireframe mode"
+
+
+set D_x 10000
+for {set i 1} {$i < 100} {incr i} {
+    vmoveview ${D_x} 0 0
+}