mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
puts "============"
|
|
puts "OCC23906"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## Performance of the projection algorithm in some cases became lower after integration of the fix for the bug 0022610
|
|
###############################
|
|
|
|
restore [locate_data_file bug23906_f.brep] f
|
|
|
|
point p 3.5527136788005e-015 100 100
|
|
|
|
dchrono h restart
|
|
|
|
projponf f p -min -t
|
|
|
|
dchrono h stop counter projponf |