RFR: 8234084: [TEST_BUG] Remove unexecuted performance benchmark tests

Kevin Rushforth kcr at openjdk.java.net
Tue Apr 20 11:28:05 UTC 2021


On Tue, 20 Apr 2021 09:12:40 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

> This PR removes two benchmark tests that are ignored since they were added [here](https://github.com/openjdk/jfx/commit/0dea6d6790ae4eeff3e5ec5a7750251caf91e40b)
> 
> test.javafx.scene.input.TouchEventTest.saneOrderingBenchmark
> test.javafx.scene.input.TouchEventTest.crazyOrderingBenchmark
> 
> Since the tests do not compare but only print the time taken by programmatically generating the touch events and
> are not executed since the time they were added, It seems reasonable to remove them.

Marked as reviewed by kcr (Lead).

-------------

PR: https://git.openjdk.java.net/jfx/pull/468


More information about the openjfx-dev mailing list