I am benchmarking an algorithm and using famous nonlinear continuous functions such as Grieank or Rosenbrock. Most of these functions have a minimum value of 0. Each previous article provides a success rate but does not define the success. However, in a lot of books and some articles, the success rate is defined as (the number of successful runs) / (total number of runs). It has also drawn my attention that apart from the success rate, I don't see much statistical data over the results such as the average or standard deviation of the trials. My question is which result qualifies as successful? I understand the exact result being successful, yet, are 10 to the power -6, 10 to the power -27 or 10 to the power -100 successful? To what degree is the algorithm successful? Is there a role for the programming language and the dimension of the problem?