mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023752: Integration of test grid "vpr" into the new testing system
This commit is contained in:
12
tests/perf/single_mesh_selection/A2
Normal file
12
tests/perf/single_mesh_selection/A2
Normal file
@@ -0,0 +1,12 @@
|
||||
puts "3D visualization performance tests"
|
||||
puts "Display/erase 1 MeshVS_Mesh"
|
||||
puts "Object haves shading mode"
|
||||
|
||||
|
||||
meshdispmode m 2
|
||||
|
||||
dchrono tmr start
|
||||
|
||||
for {set i 1} {$i < 100} {incr i} {
|
||||
meshhide m; meshshow m
|
||||
}
|
Reference in New Issue
Block a user