So, as per result StringBuilder is 0.017 / 0.001 = 17 times faster than string concatenation if we have a loop with 1000 iterations. If we update the loop to have 10000 iterations ...