Thanks team for providing a very straightforward bench-marking tool.
I am facing a scenario, I have methods A, B, C and D. Method A is calling methods B, C,D respectively. What I need is to measure the running time of all methods individually. I can not mark B, C and D as Test as they are dependent on A and A calls them after setting some data for each in a sequence.
Is that possible with junitbenchmark, if yes the how?
Further I need to show data in milliseconds in chars instead of seconds. How can we do so?
Thanks,
Adnan