Is it possible to filter parameters space?
Lev Serebryakov
lev at serebryakov.spb.ru
Mon Oct 3 18:07:33 UTC 2016
JMH have very handy @Param annotation, which allows to easily arrange
multiple benchmarks across multi-dimension parameters space. But
sometimes SOME combination of parameters doesn't have meaning for
benchmark, or simply excessive.
For example, if here is two numeric parameters, it could be the case,
when they are interchangeable, and it is possible to get full picture by
exploring only half of square (over or under main diagonal).
Is here any way to register "parameter space predicate", which allows
to skip some parameters combinations?
IMHO, it could be useful.
--
// Black Lion AKA Lev Serebryakov
More information about the jmh-dev
mailing list