I was reading about benchmarks and came across these terms. I’m not clear as to their exact meaning. From my understanding, a micro-benchmark, benchmarks a very small functionality of the app. In Java programming, an example would be a performance of HashMap.
Macro benchmarks are more on an application level, based on what customer requirements are.
Following my example, a Macro benchmark would be to benchmark an Caching application.
Can anyone shed more light on this and verify whether what I have understood is right?
Your explanation just about covers it:
Summery provided by Rachasatish and taken from his blog1
This again is taken from the following book chapter2:
1 which is quite an exhaustive blog article (i.e. a long list with a summary of every topic) about "Java performance tuning tips"
2 which is where the original link seemed to be pointing to