-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
8
-
windows
The fix for RT-23725 "slow shaders on BeagleBoard" was integrated into build 8.0-graphics-scrum-h83/windows-i586.
This fix (in addition to bunch of improvement) introduced the following regressions:
WinXP-Mid-Range: #83 vs #82
---------------
Contrls.Buttons-adhoc-mouse-nodes1008-skipAll: -20% (-124.27 fps)
Controls.TableView-XmasTree-adhoc-table90x50-updateCells10: 14% (-5.05 fps)
These regressions are still in place in build 8.0-graphics-scrum-h117 which
contains fix forRT-24965 "DirtyArea regressions due to RT-23725".
Steps to run Controls.Buttons-adhoc-mouse-nodes1008-skipAll
> cd JFX_WS/tests/performance/MouseResponseTest/
> ant
> java -Djavafx.animation.fullspeed=true
-cp "JFX_HOME/rt/lib/jfxrt.jar;./dist/MouseResponseTest.jar;../FXBenchmark/dist/FXBenchmark.jar;../../../import/benchmarks-2.1.1/benchmarks-2.1.1.jar"
jrockit.bm.Main uiresponse.bm.MouseResponseFpsBenchmark -i 1 -wt 0 -tr 60 -nodes 1008 -skip 1007 -click-mode first-last
Steps to run Controls.TableView-XmasTree:
> cd JFX_WS/tests/performance/Controls/
> ant
> java -Xmx512m -Djavafx.animation.fullspeed=true
-cp "JFX_HOME/rt/lib/jfxrt.jar;./dist/Controls.jar;../FXBenchmark/dist/FXBenchmark.jar;../../../import/benchmarks-2.1.1/benchmarks-2.1.1.jar"
jrockit.bm.Main controls.bm.XmasTreeTableViewBenchmark -i 1 -wt 0 -tr 60 -col-width 40 -row-height 20 -rows 30 -columns 30 -batch-size 10
Note, you need substitute real path for JavaFX (JFX_WS, JFX_HOME variables).
This fix (in addition to bunch of improvement) introduced the following regressions:
WinXP-Mid-Range: #83 vs #82
---------------
Contrls.Buttons-adhoc-mouse-nodes1008-skipAll: -20% (-124.27 fps)
Controls.TableView-XmasTree-adhoc-table90x50-updateCells10: 14% (-5.05 fps)
These regressions are still in place in build 8.0-graphics-scrum-h117 which
contains fix for
Steps to run Controls.Buttons-adhoc-mouse-nodes1008-skipAll
> cd JFX_WS/tests/performance/MouseResponseTest/
> ant
> java -Djavafx.animation.fullspeed=true
-cp "JFX_HOME/rt/lib/jfxrt.jar;./dist/MouseResponseTest.jar;../FXBenchmark/dist/FXBenchmark.jar;../../../import/benchmarks-2.1.1/benchmarks-2.1.1.jar"
jrockit.bm.Main uiresponse.bm.MouseResponseFpsBenchmark -i 1 -wt 0 -tr 60 -nodes 1008 -skip 1007 -click-mode first-last
Steps to run Controls.TableView-XmasTree:
> cd JFX_WS/tests/performance/Controls/
> ant
> java -Xmx512m -Djavafx.animation.fullspeed=true
-cp "JFX_HOME/rt/lib/jfxrt.jar;./dist/Controls.jar;../FXBenchmark/dist/FXBenchmark.jar;../../../import/benchmarks-2.1.1/benchmarks-2.1.1.jar"
jrockit.bm.Main controls.bm.XmasTreeTableViewBenchmark -i 1 -wt 0 -tr 60 -col-width 40 -row-height 20 -rows 30 -columns 30 -batch-size 10
Note, you need substitute real path for JavaFX (JFX_WS, JFX_HOME variables).
- duplicates
-
JDK-8125430 8.0-controls-scrum-h44: up to 35% regression in Controls.TableView and Controls.Buttons benchmarks
-
- Resolved
-