X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=tests%2Fperf%2Fmodalg%2Fbug26327;h=5d8380cc9d3421f002342deec8995e69500f5746;hb=44fae8b1936aa1f4e29769df51e6bd7242b0b169;hpb=810b672ff3f556d4fe0da7d39dab4eff96efba82 diff --git a/tests/perf/modalg/bug26327 b/tests/perf/modalg/bug26327 new file mode 100644 index 0000000000..5d8380cc9d --- /dev/null +++ b/tests/perf/modalg/bug26327 @@ -0,0 +1,20 @@ +puts "============" +puts "OCC24596" +puts "============" +puts "" +############################### +## Slow import of IGES data +############################### + +pload XDE + +dchrono h restart + +stepread [locate_data_file bug26327_fuse_input.stp] a * + +for {set i 2} {$i < 22} {incr i} { + puts "a_$i" + bfuse a_1 a_1 a_$i + } + +dchrono h stop counter stepread \ No newline at end of file