Files
openide/platform/platform-tests/benchmarks
Ruslan Cheremin 9cee7b353a [vfs][refactoring] remove PersistentFSConnector.disconnect()
+ replace it with direct call to PersistentFSConnection.close() -- there is no benefit in having .disconnect() method just calling .close()

GitOrigin-RevId: ab3fecb7666e3bee6b73255d4901adb6b8fa6fa3
2024-09-15 10:38:39 +00:00
..

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.