mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
+ j.u.HashMap vs fastutils + array binary vs linear search GitOrigin-RevId: e8e0b97b9d7484d65b8b9fd41af9b7805a75bd26
Module for platform code (micro-)benchmarks, preferable JMH-based. Module has annotation-processing profile assigned to it, which simplifies running JMH benchmarks.
As of today, such benchmarks are not run in CI and not reported to performance dashboard (perf-lab). They are supposed to be created as a part of R&D, and kept here so the decisions made on their basis could be re-viewed and re-considered later.
(It is possible, though, that later we'll decide to include those benchmarks in a CI -- this is still a debatable topic.)
Benchmarks 'src' folder configured as 'Tests sources' to clearly indicate those are not a part of a distribution.