mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes) - cpulimit 1000 has been added to hlr/begin
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
puts "========"
|
|
puts "OCC25487"
|
|
puts "========"
|
|
puts ""
|
|
##########################################
|
|
# Extrema_GenExtPS needs to be optimized
|
|
##########################################
|
|
|
|
cpulimit 1000
|
|
|
|
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 |