0023752: Integration of test grid "vpr" into the new testing system
[occt.git] / tests / perf / single_mesh_selection / A5
diff --git a/tests/perf/single_mesh_selection/A5 b/tests/perf/single_mesh_selection/A5
new file mode 100644 (file)
index 0000000..bb03858
--- /dev/null
@@ -0,0 +1,13 @@
+puts "3D visualization performance tests"
+puts "Activation of FACE selection mode for MeshVS_Mesh"
+puts "Object haves wireframe mode"
+
+
+meshdispmode m 1
+
+dchrono tmr start
+
+for {set i 1} {$i < 100} {incr i} {
+    meshselmode m 8
+    meshselmode m -1
+}