mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
puts "============"
|
|
puts "OCC25058"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## Regression of performance of BRepExtrema_ExtCC (1000 times slower)
|
|
###############################
|
|
|
|
restore [locate_data_file bug25058_e1.brep] e1
|
|
restore [locate_data_file bug25058_e2.brep] e2
|
|
|
|
dchrono h restart
|
|
distmini r e1 e2
|
|
dchrono h stop counter distmini |