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.
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
puts "========"
|
|
puts "OCC25487"
|
|
puts "========"
|
|
puts ""
|
|
##########################################
|
|
# Extrema_GenExtPS needs to be optimized
|
|
##########################################
|
|
|
|
cpulimit 1500
|
|
|
|
pload DATAEXCHANGEKERNEL
|
|
|
|
# Restore testing shape and get timing characteristics for operation stepread
|
|
dchrono perf_h restart
|
|
stepread [locate_data_file OCC25487_LP2.stp] a *
|
|
dchrono perf_h stop counter stepread |