Using XCTest measure() method, We can see results (i.e. values, avg, baseline, etc) as a report in XCode, clicking the gray diamond in the Editor.
Is there any way to get the results by code? I mean, inside the test code for example, in order to use the results (output to console, output to file, compare results bettwen different tests, send to a server using some custom API, etc..)
Thanks a lot,
Claudio