mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
20 lines
353 B
Plaintext
20 lines
353 B
Plaintext
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 |