kotlinx-benchmark
kotlinx-benchmark copied to clipboard
#130: Support benchmarks having @State annotations in parent classes
trafficstars
Targets #130
Changelog
- Whenever a parent of a child class is directly or indirectly annotated with
@Stateannotation, our child class will also be considered when generating benchmarks. - Supplimentary annotations like
@Measurement@Warmup@OutputTime@BenchmarkModeare considered in this order: child -> top most annotated parent
Note: This is a phase-1 implementation, with just the basic idea laid out.
Note: This is a phase-1 implementation, with just the basic idea laid out.
I would appreciate it if you could clarify what exactly you think should be included in phase 1.