In software engineering runtime reduction is taken as an improvement.
For example, if the initial runtime was 18 hours and now it is 14min, the percentage reduction in runtime is approximately 98.70%.
But can it be expressed in % improvement? I know the below is wrong -
$$\frac{newruntime - oldruntime}{newruntime} * 100$$
But I'm not able to equate reduction% == improvement%