jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Test : Core tests #218

Closed PhRX closed 7 years ago

PhRX commented 7 years ago

JUnit tests for the aggregation and log collection constructs I introduced in the core package.

The two core.aggregation.filter tests will fail unless #217 is merged first, since that fixes a comparison issue in the filter logic.