Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable output caching for jmh module (#5651)
**Motivation** We often run benchmarks several times without modifying the code. However, with gradle up-to-date checks, we can often see that only the first run actually applies benchmarks. I think it's reasonable that the jmh task output caching is always disabled **Modifications** Always disable output caching for jmh tasks **Result** It is easier to run benchmarks
- Loading branch information