Currently, JMH supports the following list of executors: CACHED_TPE, FIXED_TPE, FJP, FJP_COMMON, CUSTOM.
The list should be expanded with virtual threads executor.
Which should be "Executors.newFixedThreadPool(maxThreads, virtualThreadFactory)).
The list should be expanded with virtual threads executor.
Which should be "Executors.newFixedThreadPool(maxThreads, virtualThreadFactory)).
- relates to
-
CODETOOLS-7903471 JMH: Add test for virtual threads executor
- Closed