I am trying to find if there is any difference in performance between two sampled groups.
Sample A
# Users response time(sec)
1900 0.541
3800 0.507
5700 0.492
7600 0.494
9500 0.514
7600 0.494
13300 0.515
16000 0.52
18000 0.554
20000 0.523
Sample B
# Users Response time(sec)
1500 4.059
3000 8.336
4500 12.362
6000 17.003
7500 19.695
8987 23.771
10487 22.369
11912 26.029
13499 25.068
Sample A has a list of response time like sample B. Now I want to statistically test whether or not there is a difference in response time between sample A and sample B. I checked that these samples are not normally distributed.
H0: No significant difference in response time between Sample A and sample B