Timestamp:
2023-08-08T20:19:40+02:00 (14 months ago)
Author:
taylor.smock
Message:

See #16567: Add @Territories annotation for JUnit 5

This reduces memory allocations during test runs by ~20% since we are no longer
running Territories.initialize() on every test where JOSMTestRules.territories()
was called. This reduced overall test time by ~10%, mostly due to less time spent
in JVM internals.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.