0025934: Review PERF test group
[occt.git] / tests / perf / single_object_selection / A8
diff --git a/tests/perf/single_object_selection/A8 b/tests/perf/single_object_selection/A8
deleted file mode 100644 (file)
index 8b5c1b5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-puts "3D visualization performance tests"
-puts "Activation of SHELL selection mode for AIS-object"
-puts "Object haves wireframe mode"
-
-
-vsetdispmode 0
-
-dchrono tmr start
-
-for {set i 1} {$i < 100} {incr i} {
-    vselmode 5 1
-    vselmode 5 0
-}