I have a doubt on how to interpret a result of a hypothesis test. For example, a scenario where I have an existing configuration and also a new configuration. I am trying to check if with the new configuration the program is faster.
The execution of the program in the existing configuration is 70.20 and in the new configuration is 65.10.
My hypothesis is
$H_0:$ The old configuration is better or same as the new configuration ($u>=0$)
$H_1:$ The new configuration is faster ($u<0$)
And I get a p-value of 3%.
Does this mean that getting 65.10 when the null hypothesis is true is unlikely, so we reject the null hypothesis? So because we get 65.10 the null hypothesis is true? I'm not understanding very well this part of the assuming that null hypothesis is true.