remove equality checking between report objects
This MR removes an equality check among reports. The report object is not currently hash-compliant. Instead of overloading / redefining eq, this commit separately stores the reference measurement from the reference report and uses it directly.
It also ensures that the last_exported_report loads its measurements during find_epoch_reports()
.